chore(cli): update templates

This commit is contained in:
Benjamin Canac
2024-10-28 16:43:43 +01:00
parent e592da2fcb
commit 0a17663d13

View File

@@ -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