UNPKG

alpha-ai-avatar-sdk-aipi

Version:
3 lines (2 loc) 160 B
export type AvatarProps = React.ComponentPropsWithoutRef<'video'>; export declare function Avatar(props: AvatarProps): import("react/jsx-runtime").JSX.Element;