UNPKG

neos-script

Version:

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

16 lines 458 B
import { member } from "../../../core"; export interface ButtonValueSet_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; TargetValue?: member<any>; SetValue?: member<any>; } export declare function ButtonValueSet_T(props: ButtonValueSet_TInput): any; //# sourceMappingURL=ButtonValueSet_T.d.ts.map