UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

8 lines (7 loc) 233 B
import type { HTMLProps } from './types'; declare const Html: import("svelte").Component<HTMLProps, { render: () => void; startRendering: () => void; stopRendering: () => void; }, "visible" | "ref">; export default Html;