4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
'use client';
|
|
|
|
export { useTabPanel } from './useTabPanel';
|
|
export * from './useTabPanel.types'; |