UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

6 lines (5 loc) 261 B
import type { MenuItem } from 'nice-ui/lib/4-card/StructuralMenu/types'; export declare const annotations: () => MenuItem; export declare const secondBrain: () => MenuItem; export declare const inlineText: MenuItem; export declare const blockElement: MenuItem;