@ucloud-fe/react-components
Version:
UCloud react components
18 lines (17 loc) • 797 B
TypeScript
import { ReactNode } from 'react';
export declare const prefixCls: string;
export declare const inputCls: string;
export declare const loadingIconCls: string;
export declare const popupWrapCls: string;
export declare const menuCls: string;
export declare const SWrap: import("react").ForwardRefExoticComponent<{
block?: boolean | undefined;
} & import("react").HTMLAttributes<HTMLElement> & {
theme?: import("../../../style").Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
export declare const PopupWrap: import("react").ForwardRefExoticComponent<{
loading?: boolean | undefined;
indicator?: ReactNode;
} & import("react").HTMLAttributes<HTMLElement> & {
theme?: import("../../../style").Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;