UNPKG

neos-script

Version:

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

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