UNPKG

645 BTypeScriptView Raw
1export { FocusStyleManager } from "./accessibility/focusStyleManager";
2export * from "./common";
3export * from "./components";
4export * from "./context";
5export * from "./hooks";
6export * from "./deprecatedTypeAliases";
7export { HotkeysTargetLegacy as HotkeysTarget, type HotkeysTargetLegacyComponent as IHotkeysTargetComponent, } from "./legacy/hotkeysTargetLegacy";
8export { isHotkeysDialogShowing, setHotkeysDialogProps, showHotkeysDialog, hideHotkeysDialog, hideHotkeysDialogAfterDelay, } from "./legacy/hotkeysDialogLegacy";
9export { ContextMenuTargetLegacy, type ContextMenuTargetLegacyComponent } from "./legacy/contextMenuTargetLegacy";