UNPKG

react-id-generator

Version:
4 lines (3 loc) 172 B
export default function nextId(localPrefix?: string | null): string; export declare const resetId: () => void; export declare const setPrefix: (newPrefix: string) => void;