UNPKG

@rakhimgaliyev/react-bottom-sheet

Version:

Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

6 lines (5 loc) 76 B
let lastId = 0 export const uniqueId = () => { lastId++ return lastId }