UNPKG

neos-script

Version:

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

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