mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
feat: export DraggerProps (#51546)
This commit is contained in:
parent
fad7df0e00
commit
ead0c8ee4a
@ -166,7 +166,7 @@ export type { TreeSelectProps } from './tree-select';
|
||||
export { default as Typography } from './typography';
|
||||
export type { TypographyProps } from './typography';
|
||||
export { default as Upload } from './upload';
|
||||
export type { UploadFile, UploadProps } from './upload';
|
||||
export type { UploadFile, UploadProps, DraggerProps } from './upload';
|
||||
export { default as version } from './version';
|
||||
export { default as Watermark } from './watermark';
|
||||
export type { WatermarkProps } from './watermark';
|
||||
|
Loading…
Reference in New Issue
Block a user