UNPKG

neos-script

Version:

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

12 lines 443 B
import { member } from "../../core"; export interface MultiValueTextFormatDriverInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Sources?: member<any>; Format?: member<any>; Text?: member<string>; } export declare function MultiValueTextFormatDriver(props: MultiValueTextFormatDriverInput): any; //# sourceMappingURL=MultiValueTextFormatDriver.d.ts.map