UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

5 lines (4 loc) 179 B
import type { StarsProps } from './types.js'; declare const Stars: import("svelte").Component<StarsProps, {}, "ref">; type Stars = ReturnType<typeof Stars>; export default Stars;