UNPKG

161 BTypeScriptView Raw
1import { BasePickerProps } from '../../typings/BasePicker';
2export declare function useIsLandscape(customOrientation?: BasePickerProps['orientation']): boolean;