We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b28350 commit 5bfaef3Copy full SHA for 5bfaef3
.changeset/whole-items-shop.md
@@ -0,0 +1,5 @@
1
+---
2
+'@pandacss/generator': patch
3
4
+
5
+Correct exposed type from the generator that was causing errors in the generated .d.ts files.
packages/generator/src/artifacts/react-jsx/types.ts
@@ -48,7 +48,7 @@ interface RecipeFn {
48
__type: any
49
}
50
51
-interface JsxFactoryOptions<TProps extends Dict> {
+export interface JsxFactoryOptions<TProps extends Dict> {
52
dataAttr?: boolean
53
defaultProps?: Partial<TProps>
54
shouldForwardProp?: (prop: string, variantKeys: string[]) => boolean
0 commit comments