UNPKG

neos-script

Version:

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

12 lines 395 B
import { member } from "../../../core"; export interface PlaybackPlayInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Target?: member<any>; OnDone?: member<any>; } export declare function PlaybackPlay(props: PlaybackPlayInput): any; //# sourceMappingURL=PlaybackPlay.d.ts.map