chore(Chip): wrong ui typeof

This commit is contained in:
Benjamin Canac
2024-05-15 14:47:26 +02:00
parent f833628751
commit 9037a1d94c

View File

@@ -22,7 +22,7 @@ export interface ChipProps extends Omit<PrimitiveProps, 'asChild'> {
/** When `true`, render the chip relatively to the parent. */
standalone?: boolean
class?: any
ui?: Partial<typeof theme.slots>
ui?: Partial<typeof chip.slots>
}
export interface ChipSlots {