UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

10 lines (9 loc) 289 B
import FileCard from './FileCard'; import List from './List'; type FileCardType = typeof FileCard & { List: typeof List; }; export type { FileCardProps } from './FileCard'; export type { FileCardListProps } from './List'; declare const _default: FileCardType; export default _default;