UNPKG

@ucloud-fe/react-components

Version:
37 lines (36 loc) 1.75 kB
/// <reference types="react" /> import SvgIcon from '../../../components/SvgIcon'; import { Theme } from '../../../style'; export declare const prefixCls: string; export declare const blockCls: string; export declare const singleCls: string; export declare const multipleCls: string; export declare const itemCls: string; export declare const disabledCls: string; export declare const firstCls: string; export declare const lastCls: string; export declare const selectedCls: string; export declare const selectallWrapCls: string; export declare const collapseTitleCls: string; export declare const collapseWrapCls: string; export declare const popupTitleCls: string; export declare const popupWrapCls: string; export declare const popupContentCls: string; export declare const checkboxCls: string; export declare const contentCls: string; export declare const iconCls: string; export declare const selectStyleCls: string; export declare const SubMenuIcon: import("@emotion/styled-base").StyledComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<SvgIcon>, Pick<Pick<any, string | number | symbol> & import("react").RefAttributes<SvgIcon>, string | number | symbol>, object>; interface MenuProps { customStyle?: { maxHeight?: string; maxWidth?: string; }; } export declare const MenuWrap: import("react").ForwardRefExoticComponent<MenuProps & import("react").HTMLAttributes<HTMLElement> & { theme?: Theme | undefined; } & import("react").RefAttributes<HTMLElement>>; export declare const PopupMenuWrap: import("react").ForwardRefExoticComponent<MenuProps & import("react").HTMLAttributes<HTMLElement> & { theme?: Theme | undefined; } & import("react").RefAttributes<HTMLElement>>; export {};