UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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