Skip to content

Commit

Permalink
cli: update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 23, 2024
1 parent f66e272 commit 7eea628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/templates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface ${upperName}Slots {
<script setup lang="ts">
import { Primitive } from 'reka-ui'
const props = withDefaults(defineProps<${upperName}Props>(), { as: 'div' })
const props = defineProps<${upperName}Props>()
defineSlots<${upperName}Slots>()
const ui = ${camelName}()
Expand Down

0 comments on commit 7eea628

Please sign in to comment.