UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

16 lines 489 B
import { member } from "../../../core"; export interface DynamicVariableInput_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; _variableName?: member<any>; } export declare function DynamicVariableInput_T(props: DynamicVariableInput_TInput): any; //# sourceMappingURL=DynamicVariableInput_T.d.ts.map