Skip to content

Commit fe5016b

Browse files
authored
set default export
1 parent 7d4a549 commit fe5016b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ console.log(htmlTags);
128128
//=> ['a', 'abbr', 'acronym', …]
129129
```
130130
*/
131-
const htmlTags: HTMLTags[]
132-
export = htmlTags
131+
declare const htmlTags: HTMLTags[]
132+
export default htmlTags

0 commit comments

Comments
 (0)