UNPKG

@ucloud-fe/react-components

Version:
12 lines (11 loc) 600 B
/// <reference types="react" /> export declare const prefixCls: string; export declare const inputCls: string; export declare const SWrap: import("react").ForwardRefExoticComponent<{ disabled?: boolean | undefined; } & import("react").HTMLAttributes<HTMLElement> & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes<HTMLElement>>; export declare const SPopup: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLElement> & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes<HTMLElement>>;