UNPKG

@readyplayerme/visage

Version:

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

7 lines (6 loc) 252 B
import { FC } from 'react'; import { MultipleAnimationModelProps } from './MultipleAnimationModel.component'; /** * Contains model to handle suspense fallback. */ export declare const MultipleAnimationModelContainer: FC<MultipleAnimationModelProps>;