UNPKG

@blinkk/editor

Version:

Structured content editor with live previews.

13 lines (12 loc) 547 B
import { AutoFields } from '@blinkk/selective-edit/dist/src/selective/autoFields'; export declare class LiveEditorAutoFields extends AutoFields { protected deepGuessObject(data: Record<string, any>, keyBase?: Array<string>): import("@blinkk/selective-edit").FieldConfig[]; /** * Guess the type of field to use based on the key and value. * * @param key Key to guess the type of field. * @param data Data to use for guessing field type. */ guessType(key: string, data: any): string; private isMediaValue; }