@threlte/core
Version:
A 3D framework for the web, built on top of Svelte and Three.js
16 lines (13 loc) • 344 B
TypeScript
/* eslint-disable @typescript-eslint/no-empty-object-type */
/* eslint-disable @typescript-eslint/no-unused-vars */
declare global {
namespace Threlte {
interface UserProps {
// User can extend with custom props here
}
interface UserCatalogue {
// User can the <T> catalogue here
}
}
}
export * from './index'