UNPKG

@aptpod/data-viz-visual-parts-sdk

Version:

Visual Parts SDK for VM2M Data Visualizer

10 lines (8 loc) 239 B
/** * Flowtype definitions for index * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 * @flow */ declare export var setValue: (key: string, value: any) => void; declare export var getValue: (key: string) => any;