UNPKG

@vurilo/nepali-date-picker

Version:

Nepali Calendars, date and time pickers based on Mantine components

12 lines (11 loc) 428 B
import { RefObject } from 'react'; type ControlsRef = RefObject<HTMLButtonElement[][][]>; interface HandleControlKeyDownInput { controlsRef: ControlsRef; levelIndex: number; rowIndex: number; cellIndex: number; event: React.KeyboardEvent<HTMLButtonElement>; } export declare function handleControlKeyDown({ controlsRef, levelIndex, rowIndex, cellIndex, event, }: HandleControlKeyDownInput): void; export {};