UNPKG

neos-script

Version:

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

11 lines 392 B
import { member } from "../../../core"; export interface PlaybackClipLengthInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Source?: member<any>; } export declare function PlaybackClipLength(props: PlaybackClipLengthInput): any; //# sourceMappingURL=PlaybackClipLength.d.ts.map