UNPKG

@ucloud-fe/react-components

Version:
17 lines (16 loc) 639 B
/// <reference types="react" /> export declare const prefixCls: string; export declare const dotCls: string; export declare const onTipCls: string; export declare const offTipCls: string; export declare const innerCls: string; export declare const buttonCls: string; declare type Size = 'sm' | 'md' | 'lg'; export declare const SwitchWrap: import("react").ForwardRefExoticComponent<{ disabled?: boolean | undefined; checked?: boolean | undefined; size: Size; } & import("react").HTMLAttributes<HTMLElement> & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes<HTMLElement>>; export {};