@ucloud-pccl/react-components
Version:
UCloud pccl react components
23 lines (22 loc) • 956 B
TypeScript
/// <reference types="react" />
export declare const prefixCls: string;
export declare const singleCls: string;
export declare const multipleCls: string;
export declare const disabledCls: string;
export declare const itemCls: string;
export declare const selectedCls: string;
export declare const expandCls: string;
export declare const contentCls: string;
export declare const indentCls: string;
export declare const outerIndentCls: string;
export declare const innerIndentCls: string;
export declare const wrapCls: string;
export declare const latestCls: string;
export declare const expandedCls: string;
export declare const expandPlaceholderCls: string;
export declare const loadingIconCls: string;
export declare const STree: import("react").ForwardRefExoticComponent<{
disabled: boolean;
} & import("react").HTMLAttributes<HTMLDivElement> & {
theme?: import("src/style").Theme | undefined;
} & import("react").RefAttributes<HTMLDivElement>>;