UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

6 lines (5 loc) 299 B
import { ConfigProps } from '.'; import { NotificationHookReturnType } from './interface'; export declare type notificationFuncType = NotificationHookReturnType; declare function useNotification(commonConfig?: ConfigProps): [NotificationHookReturnType, JSX.Element]; export default useNotification;