UNPKG

are-message

Version:

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

7 lines (6 loc) 178 B
import { MessageApiShape } from '../types/api-shape'; export interface ThenableArgument { (val: any): void; } declare const message: MessageApiShape; export default message;