mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(Chip): wrong ui typeof
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user