UNPKG

seedance-video-sdk

Version:

Seedance AI Video Generation SDK - Create professional videos from text and images using ByteDance's advanced AI technology

10 lines 360 B
import React from 'react'; import { ProgressIndicatorProps } from '../types'; /** * Progress Indicator Component * * Displays the progress and status of video generation tasks * with visual indicators and estimated time remaining. */ export declare const ProgressIndicator: React.FC<ProgressIndicatorProps>; //# sourceMappingURL=ProgressIndicator.d.ts.map