first commit
This commit is contained in:
11
frontend/node_modules/antd/lib/checkbox/index.d.ts
generated
vendored
Normal file
11
frontend/node_modules/antd/lib/checkbox/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { CheckboxRef } from 'rc-checkbox';
|
||||
import InternalCheckbox from './Checkbox';
|
||||
import Group from './Group';
|
||||
export type { CheckboxChangeEvent, CheckboxProps } from './Checkbox';
|
||||
export type { CheckboxGroupProps, CheckboxOptionType } from './Group';
|
||||
export type { CheckboxRef };
|
||||
type CompoundedComponent = typeof InternalCheckbox & {
|
||||
Group: typeof Group;
|
||||
};
|
||||
declare const Checkbox: CompoundedComponent;
|
||||
export default Checkbox;
|
||||
Reference in New Issue
Block a user