init commit
This commit is contained in:
5
remotion/node_modules/@remotion/media-parser/dist/find-last-keyframe.d.ts
generated
vendored
Normal file
5
remotion/node_modules/@remotion/media-parser/dist/find-last-keyframe.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { MediaParserKeyframe } from './options';
|
||||
export declare function findLastKeyframe<T extends MediaParserKeyframe>({ keyframes, timeInSeconds, }: {
|
||||
keyframes: T[];
|
||||
timeInSeconds: number;
|
||||
}): T | null;
|
||||
Reference in New Issue
Block a user