init commit
This commit is contained in:
18
remotion/node_modules/@remotion/studio/dist/helpers/get-timeline-sequence-layout.d.ts
generated
vendored
Normal file
18
remotion/node_modules/@remotion/studio/dist/helpers/get-timeline-sequence-layout.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import type { VideoConfig } from 'remotion';
|
||||
export declare const SEQUENCE_BORDER_WIDTH = 1;
|
||||
export declare const getTimelineSequenceLayout: ({ durationInFrames, startFrom, maxMediaDuration, startFromMedia, video, windowWidth, premountDisplay, postmountDisplay, }: {
|
||||
durationInFrames: number;
|
||||
startFrom: number;
|
||||
startFromMedia: number;
|
||||
maxMediaDuration: number | null;
|
||||
video: VideoConfig;
|
||||
windowWidth: number;
|
||||
premountDisplay: number | null;
|
||||
postmountDisplay: number | null;
|
||||
}) => {
|
||||
marginLeft: number;
|
||||
width: number;
|
||||
naturalWidth: number;
|
||||
premountWidth: number | null;
|
||||
postmountWidth: number | null;
|
||||
};
|
||||
Reference in New Issue
Block a user