Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/media-parser/dist/set-seeking-hints.d.ts
T

7 lines
231 B
TypeScript

import type { SeekingHints } from './seeking-hints';
import type { ParserState } from './state/parser-state';
export declare const setSeekingHints: ({ hints, state, }: {
hints: SeekingHints;
state: ParserState;
}) => void;