UNPKG

date-picker-np

Version:
8 lines (7 loc) 432 B
import { MenuPositionType, PositionType } from "../types/DatePickerNP"; export declare const calculateCalendarPosition: (container: HTMLDivElement, position: PositionType) => { x: number; y: number; }; export declare const getVerticalScrollbarWidth: () => number; export declare const getMenuTopPosition: (menuPosition: MenuPositionType, yCoordinate: number, inputContainerHeight: number, position: PositionType) => number;