remotion
Version:
Make videos programmatically
7 lines (6 loc) • 338 B
TypeScript
import type React from 'react';
import { type SequenceCropInput } from './sequence-crop.js';
export declare const useCropStyle: ({ cropLeft, cropRight, cropTop, cropBottom, style, componentName, }: SequenceCropInput & {
readonly style: React.CSSProperties | null;
readonly componentName: string;
}) => React.CSSProperties | null;