UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

6 lines (5 loc) 268 B
import type { UploadToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; declare const genPictureStyle: GenerateStyle<UploadToken>; declare const genPictureCardStyle: GenerateStyle<UploadToken>; export { genPictureStyle, genPictureCardStyle };