5 lines
194 B
TypeScript
Raw Permalink Normal View History

2025-12-10 12:02:17 +08:00
export { default as uploadDark } from './dark';
export { default as uploadLight } from './light';
export type { UploadTheme, UploadThemeVars } from './light';
export { uploadRtl } from './rtl';