@ucloud-fe/react-components
Version:
UCloud react components
13 lines (12 loc) • 529 B
TypeScript
/// <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>>;