Skip to content

Commit

Permalink
chore: 🔨 export ProFormCheckboxProps type
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuba-Ahhh committed Apr 29, 2024
1 parent 0f478fd commit 41b2bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export { default as ProFormCaptcha } from './Captcha';
export type { CaptFieldRef, ProFormCaptchaProps } from './Captcha';
export { default as ProFormCascader } from './Cascader';
export { default as ProFormCheckbox } from './Checkbox';
export type { ProFormCheckboxGroupProps } from './Checkbox';
export type { ProFormCheckboxGroupProps, ProFormCheckboxProps } from './Checkbox';
export { default as ProFormColorPicker } from './ColorPicker';
export type { ProFormColorPickerProps } from './ColorPicker';
export { default as ProFormDateMonthRangePicker } from './DateMonthRangePicker';
Expand Down
1 change: 1 addition & 0 deletions packages/form/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type {
FormListActionType,
ProFormCaptchaProps,
ProFormCheckboxGroupProps,
ProFormCheckboxProps,
ProFormColorPickerProps,
ProFormColumnsType,
ProFormDependencyProps,
Expand Down

0 comments on commit 41b2bcf

Please sign in to comment.