Skip to content

Commit

Permalink
refactor: update theme options type
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Dec 19, 2024
1 parent 3a14b9a commit e7d460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/g6/src/spec/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* <en/> Theme Options
* @public
*/
export type ThemeOptions = 'light' | 'dark' | string;
export type ThemeOptions = false | 'light' | 'dark' | string;

0 comments on commit e7d460c

Please sign in to comment.