@aliretail/react-materials-components
Version:
11 lines (10 loc) • 433 B
TypeScript
/// <reference types="react" />
import { CheckboxProps, GroupProps } from '@alifd/next/types/checkbox';
interface ICheckboxExtProps {
limitStrLen: number;
}
export declare const CheckboxX: (props: ICheckboxExtProps & CheckboxProps) => JSX.Element;
export declare const CheckboxGroupX: (props: ICheckboxExtProps & GroupProps) => JSX.Element;
export declare const Checkbox: any;
export declare const CheckboxGroup: any;
export {};