Skip to content

Commit 03e09d9

Browse files
authored
fix(tabs): exports a11yProps (#13)
2 parents aa393a7 + 5ab4e17 commit 03e09d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-kit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export { QuerySnackBar } from './lib/components/snack-bar/QuerySnackBar';
1717

1818
// Export all other components
1919
export { TablePaginationActions } from './lib/components/table/TablePaginationActions';
20-
export { TabPanel } from './lib/components/tabs/TabPanel';
20+
export { TabPanel, a11yProps } from './lib/components/tabs/TabPanel';
2121
export { NextLink } from './lib/components/NextLink';
2222
export { CenteredCircularProgress } from './lib/components/CenteredCircularProgress';
2323
export { ConfirmDialog } from './lib/components/ConfirmationDialog';

0 commit comments

Comments
 (0)