diff --git a/src/types.ts b/src/types.ts index 1b6532f9c..80c020497 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2519,7 +2519,7 @@ export interface KaboomOpt = any> { */ root?: HTMLElement, /** - * Background color. E.g. [ 0, 0, 255 ] for solid blue background, or [ 0, 0, 0, 0 ] for transparent background. + * Background color. E.g. [ 0, 0, 255 ] for solid blue background, or [ 0, 0, 0, 0 ] for transparent background. Accepts RGB value array or string hex codes. */ background?: number[] | string, /**