UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

10 lines (9 loc) 281 B
import { IconType } from "antd/lib/notification"; declare type useNotificationParamsT = { message: string; description?: string; type?: IconType; duration?: number; }; export declare const useNotification: (params: useNotificationParamsT) => () => void; export {};