cli: wrong default slot

This commit is contained in:
Benjamin Canac
2024-05-16 12:18:56 +02:00
parent 138cb2d12d
commit 39144b6515

View File

@@ -46,7 +46,7 @@ export interface ${upperName}Props extends Omit<PrimitiveProps, 'asChild'> {
}
export interface ${upperName}Slots {
default: any
default(): any
}
</script>