1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

🐛 Add builtinColor to BluelibProps

This commit is contained in:
Steffo 2021-10-12 04:52:32 +02:00
parent 584a1f95ea
commit cff5b237fa
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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,
}