We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a11yProps
2 parents aa393a7 + 5ab4e17 commit 03e09d9Copy full SHA for 03e09d9
react-kit/src/index.ts
@@ -17,7 +17,7 @@ export { QuerySnackBar } from './lib/components/snack-bar/QuerySnackBar';
17
18
// Export all other components
19
export { TablePaginationActions } from './lib/components/table/TablePaginationActions';
20
-export { TabPanel } from './lib/components/tabs/TabPanel';
+export { TabPanel, a11yProps } from './lib/components/tabs/TabPanel';
21
export { NextLink } from './lib/components/NextLink';
22
export { CenteredCircularProgress } from './lib/components/CenteredCircularProgress';
23
export { ConfirmDialog } from './lib/components/ConfirmationDialog';
0 commit comments