UNPKG

neos-script

Version:

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

11 lines 371 B
import { member } from "../../../core"; export interface Delta_Double3Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Value?: member<any>; } export declare function Delta_Double3(props: Delta_Double3Input): any; //# sourceMappingURL=Delta_Double3.d.ts.map