Skip to content

Commit bf2f56c

Browse files
committed
feat: export useEventCallback hook.
1 parent 205a0ac commit bf2f56c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Provider } from './store';
66
import { useEventCallback } from './hooks';
77

88
export * from './Tab';
9+
export * from './hooks';
910

1011
export interface TabsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
1112
activeKey?: string;

0 commit comments

Comments
 (0)