UNPKG
react-unique-id-generator
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
React Unique ID Generator
react-unique-id-generator
/
lib
/
index.ts
3 lines
(2 loc)
•
150 B
text/typescript
View Raw
1
2
3
import
nextId, { resetId, setGlobalPrefix, setGlobalSuffix }
from
"./nextId"
;
export
{ nextId
as
default
, resetId, setGlobalPrefix, setGlobalSuffix};