UNPKG

@studion/infra-code-blocks

Version:
5 lines 622 B
import { CSVVariable, CustomCSVVariable, CustomJSONVariable, JSONVariable, TextBoxVariable, VariableOptions } from './types'; export declare function createCustomJSONVariable(name: string, label: string, values: JSONVariable[], current: JSONVariable, options: VariableOptions): CustomJSONVariable; export declare function createCustomCSVVariable(name: string, label: string, values: CSVVariable[], current: CSVVariable, options: VariableOptions): CustomCSVVariable; export declare function createTextBoxVariable(name: string, label: string, options: VariableOptions): TextBoxVariable; //# sourceMappingURL=helpers.d.ts.map