DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
249 Bytes
/**
* Handles `initialFocus` prop behavior for the
* Calendar & RangeCalendar components.
*/
export declare function handleCalendarInitialFocus(calendar: HTMLElement): void;
export declare function focusWithoutScroll(element: HTMLElement): void;