UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

5 lines (4 loc) 252 B
import { DateOrTimeViewWithMeridiem } from '../models'; type Orientation = 'portrait' | 'landscape'; export declare const useIsLandscape: (views: readonly DateOrTimeViewWithMeridiem[], customOrientation: Orientation | undefined) => boolean; export {};