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 = { name: string; title: string; }; export declare enum Modes { full = "full", inline = "inline" } export type SelectedItemProps = { focusedItemIndex?: number; selectedItemIndex?: number; };