UNPKG

reablocks

Version:
6 lines (5 loc) 192 B
/** * Auto-generate a id. * Inspired by: https://github.com/reach/reach-ui/blob/master/packages/auto-id/src/index.ts */ export declare const useId: (idFromProps?: string | null) => string;