mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
types(Chip): add missing fields
This commit is contained in:
4
src/runtime/types/chip.d.ts
vendored
4
src/runtime/types/chip.d.ts
vendored
@@ -6,6 +6,10 @@ export type ChipColor = 'gray' | typeof colors[number]
|
||||
export type ChipPosition = keyof typeof chip.position
|
||||
|
||||
export interface Chip {
|
||||
size?: ChipSize
|
||||
color?: ChipColor
|
||||
position?: ChipPosition
|
||||
text?: string
|
||||
inset?: boolean
|
||||
show?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user