Skip to content

Commit

Permalink
fix(index.d.ts): fix enabled and visiable not const
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei committed Dec 4, 2018
1 parent aaead5d commit 1620d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Expand Up @@ -133,8 +133,8 @@ export const bgMagentaBright: StyleFunction;
export const bgCyanBright: StyleFunction;
export const bgWhiteBright: StyleFunction;

export const enabled: boolean;
export const visible: boolean;
export let enabled: boolean;
export let visible: boolean;
export const ansiRegex: RegExp;

/**
Expand Down

0 comments on commit 1620d0c

Please sign in to comment.