UNPKG

@ucloud-pccl/react-components

Version:
9 lines (8 loc) 699 B
/// <reference types="react" /> declare const ExportActionList: import("react").NamedExoticComponent<import("./ActionList").ActionListProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, keyof import("./ActionList").ActionListProps>> & { readonly type: ({ actionList, exposeCount, size, smart, buttonStyleType, popoverProps, dropdownButton, className, dropdownNoButton, ...rest }: import("./ActionList").ActionListProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, keyof import("./ActionList").ActionListProps>) => import("react").JSX.Element; } & { Sizes: ["sm", "md", "lg"]; ButtonStyleTypes: ["primary", "border", "border-gray"]; }; export default ExportActionList;