UNPKG

react-hooks-global-states

Version:

A package to easily handle global state across your React components using hooks.

8 lines (7 loc) 259 B
import type { UniqueId, BrandedId, __uniqueIdBrand } from './types'; /** * Generates a unique identifier string, optionally prefixed. */ export declare const uniqueId: UniqueId; export default uniqueId; export type { UniqueId, BrandedId, __uniqueIdBrand };