ether-admin/node_modules/ant-design-vue/lib/vc-notification/index.d.ts

6 lines
224 B
TypeScript

import Notification from './Notification';
import useNotification from './useNotification';
import type { NotificationAPI } from './useNotification';
export { useNotification, NotificationAPI };
export default Notification;