minishouyin/node_modules/antd/es/upload/style/list.d.ts
2025-11-12 11:35:57 +08:00

5 lines
182 B
TypeScript

import type { UploadToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genListStyle: GenerateStyle<UploadToken>;
export default genListStyle;