Skip to content

Commit

Permalink
set default export
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Jun 3, 2020
1 parent 7d4a549 commit fe5016b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', …]
```
*/
const htmlTags: HTMLTags[]
export = htmlTags
declare const htmlTags: HTMLTags[]
export default htmlTags

0 comments on commit fe5016b

Please sign in to comment.