mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
chore(components): declare slots after emits
This commit is contained in:
@@ -29,14 +29,14 @@ export interface ChipProps {
|
||||
ui?: Partial<typeof chip.slots>
|
||||
}
|
||||
|
||||
export interface ChipEmits {
|
||||
(e: 'update:show', payload: boolean): void
|
||||
}
|
||||
|
||||
export interface ChipSlots {
|
||||
default(props?: {}): any
|
||||
content(props?: {}): any
|
||||
}
|
||||
|
||||
export interface ChipEmits {
|
||||
(e: 'update:show', payload: boolean): void
|
||||
}
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user