react-dayo
Version:
A Queue component for notification etc
11 lines (10 loc) • 412 B
TypeScript
import React from 'react';
export declare const defaultOptions: {
to: any;
position: any;
maxLength: number;
};
/**
* To create the `Dayo` component and also`dispatch` function to pass a seed into `Dayo`
*/
export declare const createDayo: <BlockComponentProps extends object = {}, BCP extends BlockComponentProps = BlockComponentProps>(userOptions?: any) => [React.ComponentClass<any, any>, any];