stupa-pdf-api/frontend/node_modules/@mui/x-date-pickers/internals/hooks/useIsLandscape.d.ts

5 lines
252 B
TypeScript

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