UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

8 lines (7 loc) 253 B
import { type TYPE_UNDEFINED_VALUE } from '../types'; export declare class InputManager { private handlers; constructor(); setValue(id: string, value: number | string | null): void; getValue(id: string): number | TYPE_UNDEFINED_VALUE; }