Skip to content

Commit 77fcfe0

Browse files
committed
make backgroundColor not optional
1 parent bbc211c commit 77fcfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface PluginConfig<T> {
2929
* @property {string} backgroundColor Background color set from workbook if any
3030
*/
3131
export interface PluginStyle {
32-
backgroundColor?: string;
32+
backgroundColor: string;
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)