UNPKG

neos-script

Version:

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

15 lines 404 B
import { member } from "../../core"; export interface ValueField_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Value?: member<any>; } export declare function ValueField_T(props: ValueField_TInput): any; //# sourceMappingURL=ValueField_T.d.ts.map