@ucloud-fe/react-components
Version:
UCloud react components
15 lines (14 loc) • 840 B
TypeScript
/// <reference types="react" />
export declare const prefixCls: string;
export declare const timePrefixCls: string;
export declare const shortcutCls: string;
export declare const footerCls: 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>>;
export declare const STime: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<HTMLElement>>;