UNPKG

remotion

Version:

Make videos programmatically

7 lines (6 loc) 200 B
import type { SequenceSchema } from './internals'; export declare const findPropsToDelete: ({ schema, key, value, }: { schema: SequenceSchema; key: string; value: unknown; }) => string[];