UNPKG

neos-script

Version:

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

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