From ead0c8ee4a34cff60c915891429b8eafd43b31da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DB=E7=BB=B4=E4=B8=80=28s=2Ey=29?= Date: Fri, 8 Nov 2024 20:42:10 +0800 Subject: [PATCH] feat: export DraggerProps (#51546) --- components/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/index.ts b/components/index.ts index 4a47c13aae..1640e3e383 100644 --- a/components/index.ts +++ b/components/index.ts @@ -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';