UNPKG

@opensig/opendesign

Version:

11 lines (10 loc) 222 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); function useGetUniqueId() { let id = 0; return () => { id += 1; return id; }; } exports.useGetUniqueId = useGetUniqueId;