UNPKG

are-message

Version:

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

3 lines (2 loc) 134 B
/// <reference types="react" /> export default function useGenId(): (value?: import("react").Key | undefined) => import("react").Key;