How to get types in typescript? #649
Unanswered
MAG-AdrianMeredith
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is driving me crazy! How do you get the types to work? I've installed @tweakpane/core but it doesn't seem to contain any obvious types relevant to tweakpane... just a bunch of internal classes I don't get it (theres no "Pane" type in it that I can see). "tweakpane" itself just has an empty husk for Pane.
Sure I should be able to do this?
import type { Pane } from "@tweakpane/core"
I even tried this, but its the same result, Pane doesn't exist

I'm using deno if thats relevant
Beta Was this translation helpful? Give feedback.
All reactions