@threlte/core
Advanced tools
Comparing version 8.0.0-next.32 to 8.0.0-next.33
@@ -1,2 +0,1 @@ | ||
import './types.d.ts'; | ||
export declare const VERSION = 8; | ||
@@ -3,0 +2,0 @@ export { default as Canvas } from './Canvas.svelte'; |
@@ -1,2 +0,1 @@ | ||
import './types.d.ts'; | ||
export const VERSION = 8; | ||
@@ -3,0 +2,0 @@ // canvas component |
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
declare namespace Threlte { | ||
interface UserProps { | ||
// User can extend with custom props here | ||
declare global { | ||
namespace Threlte { | ||
interface UserProps { | ||
// User can extend with custom props here | ||
} | ||
interface UserCatalogue { | ||
// User can the <T> catalogue here | ||
} | ||
} | ||
interface UserCatalogue { | ||
// User can the <T> catalogue here | ||
} | ||
} | ||
export * from './index' |
{ | ||
"name": "@threlte/core", | ||
"version": "8.0.0-next.32", | ||
"version": "8.0.0-next.33", | ||
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)", | ||
@@ -61,7 +61,7 @@ "license": "MIT", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/types.d.ts", | ||
"svelte": "./dist/index.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/types.d.ts", | ||
"svelte": "./dist/index.js", | ||
@@ -68,0 +68,0 @@ "files": [ |
142786
3733