UNPKG

rc-util

Version:
4 lines (3 loc) 168 B
/** @private Note only worked in develop env. Not work in production. */ export declare function resetUuid(): void; export default function useId(id?: string): string;