import { TimelineKeyboardOptions } from "../../hooks/selection/timelineKeyboardModel.mjs"; import "../../hooks/index.mjs"; import React from "react"; //#region src/components/controls/KeyboardScope.d.ts /** Props for the focus-scoped timeline keyboard shortcut wrapper. */ interface KeyboardScopeProps extends Omit, keyof TimelineKeyboardOptions>, TimelineKeyboardOptions {} /** * Focus-scoped keyboard shortcut container for timeline editor surfaces. * * Keyboard handling is opt-in and local to this element or its descendants. */ declare const KeyboardScope: React.ForwardRefExoticComponent>; //#endregion export { KeyboardScope, KeyboardScopeProps }; //# sourceMappingURL=KeyboardScope.d.mts.map