From 66118a2df0e468c56495f280b0caa94d2b29c3ec Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 01:26:44 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- rollup.dts.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rollup.dts.config.js b/rollup.dts.config.js index 7b8684ff8ce..3e45167bc40 100644 --- a/rollup.dts.config.js +++ b/rollup.dts.config.js @@ -48,10 +48,10 @@ export default targetPackages.map( * otherwise it gets weird in vitepress `defineComponent` call with * "the inferred type cannot be named without a reference" * 2. Append custom augmentations (jsx, macros) - * - * @param {string} pkg + * + * @param {string} pkg * @returns {import('rollup').Plugin} - */ + */ function patchTypes(pkg) { return { name: 'patch-types',