UNPKG

neos-script

Version:

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

12 lines 410 B
import { member } from "../../core"; export interface DelegateEditorInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _targetDelegate?: member<any>; _textDrive?: member<string>; _button?: member<any>; } export declare function DelegateEditor(props: DelegateEditorInput): any; //# sourceMappingURL=DelegateEditor.d.ts.map