From 0a17663d138bb2ec82f028e9af4bbd022b3ef2e0 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 28 Oct 2024 16:43:43 +0100 Subject: [PATCH] chore(cli): update templates --- cli/templates.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/templates.mjs b/cli/templates.mjs index 8abe3009..c8f791d4 100644 --- a/cli/templates.mjs +++ b/cli/templates.mjs @@ -42,7 +42,7 @@ const ${camelName} = tv({ extend: tv(theme), ...(appConfig.${key}?.${prose ? 'pr export interface ${upperName}Props { /** * The element or component this component should render as. - * @defaultValue \`div\` + * @defaultValue 'div' */ as?: any class?: any