UNPKG

tdesign-react

Version:
14 lines (13 loc) 481 B
import { NotificationOptions } from './type'; export declare const getConfig: (options: NotificationOptions) => NotificationOptions; /** * @name: setGlobalConfig * @description: 设置全局配置 * */ export declare const setGlobalConfig: (options: NotificationOptions) => void; /** * @name: getDefaultConfig * @description: 获取默认的消息配置,不允许更改 * @return: NotificationOptions * */ export declare const getDefaultConfig: () => NotificationOptions;