first commit
This commit is contained in:
8
frontend/node_modules/antd/es/notification/useNotification.d.ts
generated
vendored
Normal file
8
frontend/node_modules/antd/es/notification/useNotification.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import type { NotificationConfig, NotificationInstance } from './interface';
|
||||
type HolderProps = NotificationConfig & {
|
||||
onAllRemoved?: VoidFunction;
|
||||
};
|
||||
export declare function useInternalNotification(notificationConfig?: HolderProps): readonly [NotificationInstance, React.ReactElement];
|
||||
export default function useNotification(notificationConfig?: NotificationConfig): readonly [NotificationInstance, React.ReactElement<unknown, string | React.JSXElementConstructor<any>>];
|
||||
export {};
|
||||
Reference in New Issue
Block a user