Skip to content

Commit 072991e

Browse files
feat: New useMask hook
1 parent 8c318a7 commit 072991e

3 files changed

Lines changed: 574 additions & 0 deletions

File tree

packages/hooks/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export * from './use-attr-selector';
22
export * from './use-controlled-state';
33
export * from './use-event-listener';
44
export * from './use-id';
5+
export * from './use-mask';
56
export * from './use-match-media';
67
export * from './use-mount-effect';
78
export * from './use-previous';

packages/hooks/src/use-mask/index.test.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)