Skip to content
Discussion options

You must be logged in to vote

Just a note from my side: Panda works fine with Deno, you just need to remember to include TS typings. I did it like Deno docs suggest by including types during import. In my case, I just reexported Panda utils in my separate file like this:

// @ts-types="@/styled-system/css/index.d.mts"
export { css } from "@/styled-system/css/index.mjs";

Maybe it's worth to add similar piece to Panda docs? ;)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by segunadebayo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3147 on February 20, 2025 18:09.