Skip to content

Commit 9a09b72

Browse files
committed
update doc
1 parent 7a2a496 commit 9a09b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/mantine-react-table-docs/components/prop-tables/stateOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

packages/mantine-react-table/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';
7676
import { type DateInputProps } from '@mantine/dates';
7777

0 commit comments

Comments
 (0)