UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

10 lines 431 B
import React from 'react'; import type { CardProps as AntdCardProps } from 'antd/lib/card'; import { default as AntdCard } from 'antd/lib/card'; export * from 'antd/lib/card'; interface CardComponent extends React.ForwardRefExoticComponent<AntdCardProps & React.RefAttributes<AntdCard>> { Grid: typeof AntdCard.Grid; Meta: typeof AntdCard.Meta; } export declare const Card: CardComponent; //# sourceMappingURL=card.d.ts.map