UNPKG

neos-script

Version:

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

15 lines 546 B
import { member } from "../../core"; export interface ComponentAttacherInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; TargetSlot?: member<any>; _uiRoot?: member<any>; _customGenericType?: member<any>; _genericType?: member<any>; _customGenericTypeLabel?: member<string>; _customGenericTypeColor?: member<any>; } export declare function ComponentAttacher(props: ComponentAttacherInput): any; //# sourceMappingURL=ComponentAttacher.d.ts.map