mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44: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 {
|
||||
bluelibClassNames?: ClassNames,
|
||||
builtinColor?: BuiltinColor,
|
||||
customColor?: typeof Color,
|
||||
disabled?: boolean,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue