UNPKG

rsuite

Version:

A suite of react components

13 lines (12 loc) 294 B
/// <reference types="react" /> export declare const MESSAGE_STATUS_ICONS: { info: JSX.Element; success: JSX.Element; error: JSX.Element; warning: JSX.Element; }; export declare const PROGRESS_STATUS_ICON: { success: JSX.Element; active: null; fail: JSX.Element; };