mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-23 03:54:21 +00:00
🐛 Add builtinColor
to BluelibProps
This commit is contained in:
parent
584a1f95ea
commit
cff5b237fa
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ export type State<Value> = [Value, React.Dispatch<React.SetStateAction<Value>>]
|
||||||
|
|
||||||
export interface BluelibProps {
|
export interface BluelibProps {
|
||||||
bluelibClassNames?: ClassNames,
|
bluelibClassNames?: ClassNames,
|
||||||
|
builtinColor?: BuiltinColor,
|
||||||
customColor?: typeof Color,
|
customColor?: typeof Color,
|
||||||
disabled?: boolean,
|
disabled?: boolean,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue