feat: export DraggerProps (#51546)

This commit is contained in:
DB维一(s.y) 2024-11-08 20:42:10 +08:00 committed by GitHub
parent fad7df0e00
commit ead0c8ee4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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';