UNPKG

are-message

Version:

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

5 lines (4 loc) 209 B
import React from 'react'; import { MessageRef } from '../types/message-ref'; declare const MessageContainer: React.ForwardRefExoticComponent<React.RefAttributes<MessageRef>>; export default MessageContainer;