UNPKG

@threlte/core

Version:

A 3D framework for the web, built on top of Svelte and Three.js

3 lines (2 loc) 88 B
export declare const setIs: <T>(is: T) => void; export declare const useIs: <T>() => T;