File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/mantine-react-table-docs/components/prop-tables
packages/mantine-react-table/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ export const stateOptions: StateOption[] = [
180180 linkText : '' ,
181181 source : 'TanStack Table' ,
182182 stateOption : 'density' ,
183- type : "'xs' | 'sm' | 'md' | 'lg' | 'xl'" ,
183+ type : 'MantineSize' ,
184184 } ,
185185 {
186186 defaultValue : 'false' ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ import {
5252 type CheckboxProps ,
5353 type HighlightProps ,
5454 type LoadingOverlayProps ,
55+ type MantineSize ,
5556 type ModalProps ,
5657 type MultiSelectProps ,
5758 type PaginationProps ,
@@ -71,7 +72,6 @@ import {
7172 type TableTrProps ,
7273 type TextInputProps ,
7374 type UnstyledButtonProps ,
74- type MantineSize ,
7575} from '@mantine/core' ;
7676import { type DateInputProps } from '@mantine/dates' ;
7777
You can’t perform that action at this time.
0 commit comments