Skip to content

Commit

Permalink
fix(type-helper.d.ts): remove def of darkMode (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Apr 30, 2024
1 parent bef6df9 commit d002f61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/type-helper.d.ts
Expand Up @@ -134,8 +134,6 @@ interface Conf {
noToc: boolean;
/** Disables injecting ReSpec styles */
noReSpecCSS?: boolean;
/** Inject dark mode styles */
darkMode?: boolean;

/** Indicates whether the document is a preview */
isPreview?: boolean;
Expand Down

0 comments on commit d002f61

Please sign in to comment.