/* 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 catalogue here } } } export * from './index.js'