UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

3 lines (2 loc) 190 B
import type { AppShellResponsiveSize, AppShellSize } from '../../AppShell.types'; export declare function getBaseSize(size: AppShellSize | AppShellResponsiveSize): AppShellSize | undefined;