2 import { MantineTheme, MantineStyleProp, MantineSize, MantineColor, MantineLoader, CollapseProps, CheckboxProps, StylesRecord, MantineShadow, ScrollAreaProps, TableProps } from '@mantine/core'; 3 4 type DataTableColumnTextAlign = 'left' | 'center' | 'right'; ...