Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alton-browsing committed Dec 11, 2024
1 parent ce51648 commit a47e731
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions packages/react-data-grid-react-window/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ export {
DataGridBody,
renderDataGridBody_unstable,
useDataGridBody_unstable,
useDataGridBodyStyles_unstable
useDataGridBodyStyles_unstable,
} from './components/DataGridBody';
export {
DataGrid,
renderDataGrid_unstable,
useDataGrid_unstable
useDataGrid_unstable,
} from './components/DataGrid';
export {
DataGridRow,
useDataGridRow_unstable,
useDataGridRowStyles_unstable
useDataGridRowStyles_unstable,
} from './components/DataGridRow';
export {
DataGridHeader,
useDataGridHeader_unstable,
useDataGridHeaderStyles_unstable
useDataGridHeaderStyles_unstable,
} from './components/DataGridHeader';

export {
Expand All @@ -35,5 +35,9 @@ export type {
DataGridProps,
} from '@fluentui/react-components';

export type { DataGridBodyProps, DataGridBodyState, RowRenderer } from './components/DataGridBody';
export type {
DataGridBodyProps,
DataGridBodyState,
RowRenderer,
} from './components/DataGridBody';
export type { DataGridState } from './components/DataGrid';

0 comments on commit a47e731

Please sign in to comment.