UNPKG

neos-script

Version:

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

12 lines 408 B
import { member } from "../../../core"; export interface TextExportableInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; TextSource?: member<any>; Extension?: member<any>; Description?: member<any>; } export declare function TextExportable(props: TextExportableInput): any; //# sourceMappingURL=TextExportable.d.ts.map