UNPKG

neos-script

Version:

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

13 lines 464 B
import { member } from "../../../core"; export interface SetSlotPersistentSelfInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Instance?: member<any>; Persistent?: member<any>; OnDone?: member<any>; } export declare function SetSlotPersistentSelf(props: SetSlotPersistentSelfInput): any; //# sourceMappingURL=SetSlotPersistentSelf.d.ts.map