File size: 249 Bytes
bc20498 |
1 2 3 4 5 6 7 |
/**
* Handles `initialFocus` prop behavior for the
* Calendar & RangeCalendar components.
*/
export declare function handleCalendarInitialFocus(calendar: HTMLElement): void;
export declare function focusWithoutScroll(element: HTMLElement): void;
|