UNPKG

@atlaskit/editor-plugin-mentions

Version:

Mentions plugin for @atlaskit/editor-core

6 lines (5 loc) 184 B
export type FocusManagerHook = { enabled?: boolean; targetRef: HTMLDivElement | null; }; export declare const useFocusTrap: ({ targetRef, enabled }: FocusManagerHook) => void;