ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
7 lines (6 loc) • 383 B
TypeScript
import notification, { XNotification } from './notification';
export type { XNotificationOpenArgs, UseNotificationType, useNotificationType, } from './interface';
export { notification, XNotification };
export default notification;
/** Vue composable alias for `notification.useNotification()` */
export declare function useNotification(): import("./interface").UseNotificationType;