We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dd84e commit 8903e2bCopy full SHA for 8903e2b
src/parser.ts
@@ -203,6 +203,7 @@ export function useComponentMetaParser (
203
component.meta.props = component.meta.props.map(stripeTypeScriptInternalTypesSchema)
204
component.meta.slots = component.meta.slots.map(stripeTypeScriptInternalTypesSchema)
205
component.meta.exposed = component.meta.exposed.map(stripeTypeScriptInternalTypesSchema)
206
+ component.meta.events = component.meta.events.map(stripeTypeScriptInternalTypesSchema)
207
208
components[component.pascalName] = component
209
} catch (e) {
0 commit comments