mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 05:08:03 +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 type ChipPosition = keyof typeof chip.position
|
||||||
|
|
||||||
export interface Chip {
|
export interface Chip {
|
||||||
|
size?: ChipSize
|
||||||
color?: ChipColor
|
color?: ChipColor
|
||||||
position?: ChipPosition
|
position?: ChipPosition
|
||||||
|
text?: string
|
||||||
|
inset?: boolean
|
||||||
|
show?: boolean
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user