UNPKG

@ucloud-pccl/react-components

Version:
7 lines (6 loc) 313 B
/// <reference types="react" /> export declare const itemCls: string; export declare const separatorCls: string; export declare const CombineWrap: import("react").ForwardRefExoticComponent<{ spacing: string; } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;