UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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