Skip to content

Commit 2f85d9f

Browse files
committed
chore: Added validateProps method to the index export list
1 parent 758b247 commit 2f85d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ export { default as circleIndex } from './utils/circle-index';
3939
export { default as Portal, PortalProps } from './portal';
4040
export { useMergeRefs } from './use-merge-refs';
4141
export { useRandomId, useUniqueId } from './use-unique-id';
42+
export { validateProps } from './base-component/validate-props';

0 commit comments

Comments
 (0)