@ucloud-pccl/react-components
Version:
UCloud pccl react components
12 lines (11 loc) • 892 B
TypeScript
/// <reference types="react" />
declare const ExportCheckbox: import("react").NamedExoticComponent<import("./Checkbox").CheckboxProps & Omit<import("react").HTMLAttributes<HTMLElement>, keyof import("./Checkbox").CheckboxProps>> & {
readonly type: ({ defaultChecked, checked: _checked, onChange: _onChange, value, onClick, disabledLabel, ...restProps }: import("./Checkbox").CheckboxProps & Omit<import("react").HTMLAttributes<HTMLElement>, keyof import("./Checkbox").CheckboxProps>) => import("react").JSX.Element;
} & {
Group: import("react").MemoExoticComponent<({ value: _value, defaultValue, onChange: _onChange, options, disabled, size, styleType, children, ...rest }: import("./Group").GroupProps) => import("react").JSX.Element>;
/** @deprecated */
StyleType: ["default", "card"];
/** @deprecated */
Size: ["sm", "md", "lg"];
};
export default ExportCheckbox;