seedance-video-sdk
Version:
Seedance AI Video Generation SDK - Create professional videos from text and images using ByteDance's advanced AI technology
9 lines • 349 B
TypeScript
/**
* React Components for Seedance Video SDK
*
* Pre-built React components for easy integration of Seedance video functionality
*/
export { VideoPlayer } from './VideoPlayer';
export { ProgressIndicator } from './ProgressIndicator';
export type { VideoPlayerProps, ProgressIndicatorProps, } from '../types';
//# sourceMappingURL=index.d.ts.map