UNPKG

alpha-ai-avatar-sdk-aipi

Version:
6 lines (5 loc) 215 B
import '../style.css'; export type AvatarVideoGeneratorProps = { apiKey: string; }; export declare const AvatarVideoGenerator: ({ apiKey }: AvatarVideoGeneratorProps) => import("react/jsx-runtime").JSX.Element;