UNPKG

neos-script

Version:

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

13 lines 445 B
import { member } from "../../../core"; export interface ToString_Float4x4Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; V?: member<any>; Format?: member<any>; FormatProvider?: member<any>; } export declare function ToString_Float4x4(props: ToString_Float4x4Input): any; //# sourceMappingURL=ToString_Float4x4.d.ts.map