remotion
Version:
Render videos in React
8 lines (7 loc) • 301 B
TypeScript
import type { HTMLAttributes } from 'react';
import React from 'react';
/**
* An absolutely positioned <div> element with 100% width, height, and a column flex style
* @link https://www.remotion.dev/docs/absolute-fill
*/
export declare const AbsoluteFill: React.FC<HTMLAttributes<HTMLDivElement>>;