Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    mockUseClips: Mock<
        () => {
            applyEffect: Mock<(_clipId: string, _effect: any) => void>;
            clips: TimelineClip[];
            getClipById: Mock<(_clipId: string) => any>;
            getClipsInRange: Mock<(_startTime: number, _endTime: number) => any[]>;
            getClipsOnTrack: Mock<(_trackId: string) => any[]>;
            removeEffect: Mock<(_clipId: string, _effectId: string) => void>;
            splitClip: Mock<(_clipId: string, _time: number) => void>;
            trimClip: Mock<(_clipId: string, _start: number, _end: number) => void>;
        },
    > = ...