UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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