UNPKG

@grafana/ui

Version:
5 lines (4 loc) 260 B
import { Document, Value, SchemaProperties } from 'slate'; export declare const SCHEMA: SchemaProperties; export declare const makeFragment: (text: string, syntax?: string) => Document; export declare const makeValue: (text: string, syntax?: string) => Value;