UNPKG

remotion

Version:

Make videos programmatically

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