UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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