Skip to content

Commit

Permalink
fix(ui): directives should not have type only export (fix: #16190) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufkandemir authored Aug 17, 2023
1 parent 26d8593 commit 7a7296f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/build/build.types.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ function getIndexDts (apis) {
write(directives, comments)
writeLine(directives, `v${ typeName }: ${ typeValue }`)

writeLine(quasarTypeContents, `export const ${ typeName }: ${ typeValue }`)

// Nothing else to do for directives
return
}
Expand Down

0 comments on commit 7a7296f

Please sign in to comment.