UNPKG

date-picker-np

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