From 7a7296fafb82938bc37d411e143b8783c67eacb8 Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir Date: Thu, 17 Aug 2023 15:11:53 +0300 Subject: [PATCH] fix(ui): directives should not have type only export (fix: #16190) (#16206) --- ui/build/build.types.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/build/build.types.js b/ui/build/build.types.js index 0f56b6d65f2..481c2533f75 100644 --- a/ui/build/build.types.js +++ b/ui/build/build.types.js @@ -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 }