UNPKG

tntd

Version:

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

9 lines 369 B
import type { NotificationApi as AntdNotificationApi, ArgsProps } from 'antd/lib/notification'; export * from 'antd/lib/notification'; interface NotificationApi extends AntdNotificationApi { successInfo(args: ArgsProps): void; errorInfo(args: ArgsProps): void; } declare const api: NotificationApi; export default api; //# sourceMappingURL=notification.d.ts.map