UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

4 lines (3 loc) 137 B
import type { StarsProps } from './types'; declare const Stars: import("svelte").Component<StarsProps, {}, "ref">; export default Stars;