UNPKG

@ucloud-fe/react-components

Version:
15 lines (14 loc) 781 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("../../style").Theme | undefined; } & import("react").RefAttributes<HTMLDivElement>>; export declare const SHighlight: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & { theme?: import("../../style").Theme | undefined; } & import("react").RefAttributes<HTMLSpanElement>>;