UNPKG

neos-script

Version:

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

17 lines 504 B
import { member } from "../../core"; export interface ValueTextFormatDriver_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Source?: member<any>; Format?: member<any>; Text?: member<string>; } export declare function ValueTextFormatDriver_T(props: ValueTextFormatDriver_TInput): any; //# sourceMappingURL=ValueTextFormatDriver_T.d.ts.map