UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

11 lines (10 loc) 340 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" | "is">; export default AnimatedSpriteMaterial;