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) 159 B
import { MessageRef } from '../types/message-ref'; /** * 获取实例 */ export default function createInstance(callback?: (ref: MessageRef) => void): void;