UNPKG

@gzued/antd-compiled

Version:

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

5 lines (4 loc) 241 B
import * as React from 'react'; import type { NoticeFunc } from './Notification'; import type Notification from './Notification'; export default function useNotification(notificationInstance: Notification): [NoticeFunc, React.ReactElement];