UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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