Skip to content

Commit

Permalink
feat(hooks): export useUniqId hook (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillDyachkovskiy authored Aug 9, 2023
1 parent 61a4c9a commit a329789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ export * from './utils/interactions';
export * from './utils/xpath';
export * from './utils/useFileInput/useFileInput';
export {useActionHandlers} from './utils/useActionHandlers';
export {useUniqId} from './utils/useUniqId';
export {getLayersCount} from './utils/LayerManager';

0 comments on commit a329789

Please sign in to comment.