UNPKG

neos-script

Version:

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

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