UNPKG

@grafana/ui

Version:

Grafana Components Library

6 lines (5 loc) 248 B
import { Document, Value } from 'slate'; export declare const makeFragment: (text: string, syntax?: string | undefined) => Document<{ [key: string]: any; }>; export declare const makeValue: (text: string, syntax?: string | undefined) => Value;