Files
video-gen/video-gen-admin/node_modules/antd/lib/upload/style/picture.d.ts
T
2026-05-25 17:08:18 +08:00

7 lines
344 B
TypeScript

import type { CSSObject } from '@ant-design/cssinjs';
import type { UploadToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genPictureStyle: GenerateStyle<UploadToken, CSSObject>;
declare const genPictureCardStyle: GenerateStyle<UploadToken, CSSObject>;
export { genPictureCardStyle, genPictureStyle };