mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +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 {
|
export interface ${upperName}Slots {
|
||||||
default: any
|
default(): any
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user