UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 154 B
import type { TrackWithHash } from '../../helpers/get-timeline-sequence-sort-key'; export declare const isTrackHidden: (track: TrackWithHash) => boolean;