UNPKG

@ucloud-fe/react-components

Version:
13 lines (12 loc) 529 B
/// <reference types="react" /> export declare const prefixCls: string; export declare const iconCls: string; export declare const iconWrapCls: string; export declare const contentCls: string; export declare const actionCls: string; export declare const closeCls: string; export declare const NoticeWrap: import("react").ForwardRefExoticComponent<{ styleType: string; } & import("react").HTMLAttributes<HTMLElement> & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes<HTMLElement>>;