UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

9 lines (8 loc) 289 B
import type { BoundsProps } from './types.js'; declare const Bounds: import("svelte").Component<BoundsProps, { bounds: import("./useBounds.svelte.js").BoundsContext; fit: () => void; reset: () => void; }, "ref">; type Bounds = ReturnType<typeof Bounds>; export default Bounds;