Repository URL to install this package:
Version:
0.9.6 ▾
|
/// <reference types="react" />
import { BlinkProps } from './typings';
import { CommonState } from 'src/state';
declare function defaultRenderChildren(props: BlinkProps): JSX.Element;
declare function defaultRenderWrapper(props: BlinkProps, state?: CommonState): JSX.Element;
export { defaultRenderWrapper, defaultRenderChildren };