UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

13 lines (12 loc) 236 B
export type Category = { title: string; name: string; }; export declare enum Modes { full = "full", inline = "inline" } export type SelectedItemProps = { selectedItemIndex?: number; focusedItemIndex?: number; };