UNPKG

neos-script

Version:

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

14 lines 455 B
import { member } from "../../../core"; export interface AttachSpriteInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; URL?: member<any>; Target?: member<any>; GetExisting?: member<any>; OnAttached?: member<any>; } export declare function AttachSprite(props: AttachSpriteInput): any; //# sourceMappingURL=AttachSprite.d.ts.map