unicornstudio-react
Version:
React component for embedding Unicorn.Studio interactive scenes with TypeScript support. Compatible with React (Vite) and Next.js.
7 lines (4 loc) • 491 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { U as UnicornSceneProps } from './types-Mb_1td5b.mjs';
declare function UnicornScene({ projectId, jsonFilePath, width, height, scale, dpi, fps, altText, ariaLabel, className, lazyLoad, production, placeholder, placeholderClassName, showPlaceholderOnError, showPlaceholderWhileLoading, onLoad, onError, }: UnicornSceneProps): react_jsx_runtime.JSX.Element;
export { UnicornScene, UnicornSceneProps, UnicornScene as default };