UNPKG

are-message

Version:

This is a React global notification message component. It is a standalone implementation of the are-visual message component.

6 lines (5 loc) 137 B
import { ConfigShape } from './index'; /** * message 全局配置 */ export declare function messageConfig(config: ConfigShape): void;