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) 167 B
export declare type TargetContainer = () => HTMLElement; /** * 创建渲染容器 */ export default function createContainer(target?: TargetContainer): HTMLElement;