UNPKG

@ucloud-pccl/react-components

Version:
12 lines (11 loc) 546 B
/// <reference types="react" /> export declare const prefixCls: string; export declare const highlightCls: string; export declare const countCls: string; export declare const emptyTipCls: string; export declare const loadingCls: string; export declare const inputCls: string; export declare const emptyContentCls: string; export declare const SWrap: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & { theme?: import("src/style").Theme | undefined; } & import("react").RefAttributes<HTMLDivElement>>;