UNPKG

react-nepali-datetime-picker

Version:

A simple and reusable Nepali calendar, date and time picker components for React.

11 lines (10 loc) 251 B
/// <reference types="react" /> interface ModalPosition { ref?: React.RefObject<HTMLDivElement>; showModal: boolean; } export declare const useModalPosition: ({ ref, showModal }: ModalPosition) => { x: number; y: number; }; export {};