mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
cli: wrong default slot
This commit is contained in:
@@ -46,7 +46,7 @@ export interface ${upperName}Props extends Omit<PrimitiveProps, 'asChild'> {
|
||||
}
|
||||
|
||||
export interface ${upperName}Slots {
|
||||
default: any
|
||||
default(): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user