UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

14 lines (13 loc) 429 B
import InternalCard from './Card'; import Grid from './Grid'; import Meta from './Meta'; export { CardProps, CardTabListType } from './Card'; export { CardGridProps } from './Grid'; export { CardMetaProps } from './Meta'; type InternalCardType = typeof InternalCard; export interface CardInterface extends InternalCardType { Grid: typeof Grid; Meta: typeof Meta; } declare const Card: CardInterface; export default Card;