UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

4 lines (3 loc) 133 B
import type { TextProps } from './types'; declare const Text: import("svelte").Component<TextProps, {}, "ref">; export default Text;