Fix export typing
This commit is contained in:
parent
d86db88e77
commit
6cd66b1ac8
1 changed files with 2 additions and 2 deletions
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
|
|
@ -86,5 +86,5 @@ export interface Chalk {
|
|||
bgWhiteBright: Chalk;
|
||||
}
|
||||
|
||||
declare function chalk (): any;
|
||||
export default chalk as Chalk;
|
||||
declare const chalk: Chalk;
|
||||
export default chalk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue