UNPKG

are-message

Version:

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

9 lines (8 loc) 202 B
export interface ThenableArgument { (val: any): void; } declare const createPromise: () => { resolve: (value?: unknown) => void; instance: Promise<unknown>; }; export default createPromise;