UNPKG

neos-script

Version:

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

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