UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

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