UNPKG

190 BTypeScriptView Raw
1/** @private Note only worked in develop env. Not work in production. */
2export declare function resetUuid(): void;
3declare const _default: (id?: string) => string;
4export default _default;