UNPKG

neos-script

Version:

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

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