UNPKG

neos-script

Version:

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

12 lines 400 B
import { member } from "../../../../core"; export interface RectFromMinMaxInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Min?: member<any>; Max?: member<any>; } export declare function RectFromMinMax(props: RectFromMinMaxInput): any; //# sourceMappingURL=RectFromMinMax.d.ts.map