UNPKG

modo-mobile

Version:

A mobile UI toolkit, based on React

16 lines 362 B
export interface IToastPropsType { prefixCls?: string; icon: string; content: string; hasMask: boolean; duration: number; position: string; willUnmount?: () => {}; } export declare const defaultProps: { duration: number; hasMask: boolean; position: string; prefixCls: string; }; //# sourceMappingURL=PropsType.d.ts.map