UNPKG

@readyplayerme/visage

Version:

Easily display Ready Player Me avatars and 3D on the web.

7 lines (6 loc) 220 B
import { FC } from 'react'; import { AnimationModelProps } from './AnimationModel.component'; /** * Contains model to handle suspense fallback. */ export declare const AnimationModelContainer: FC<AnimationModelProps>;