UNPKG

@edancerys/ts-react-components-lib

Version:
6 lines (5 loc) 152 B
export declare const useUniqId: (prefix?: string) => string | undefined; export declare type useUniqId = { label: string; size: number; };