UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

11 lines (10 loc) 333 B
import type { AnimatedSpriteProps } from './types'; declare const AnimatedSpriteMaterial: import("svelte").Component<AnimatedSpriteProps, { /** * Plays the animation. */ play: () => Promise<void>; /** * Pauses the animation. */ pause: () => void; }, "ref">; export default AnimatedSpriteMaterial;