Skip to content

Commit d0b2f75

Browse files
authored
fix: typo in macro typing (#822)
1 parent bb3cde8 commit d0b2f75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

macro.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
declare module 'styled-jsx/marco' {
2-
namespace marco {
1+
declare module 'styled-jsx/macro' {
2+
namespace macro {
33
function resolve(
44
chunks: TemplateStringsArray,
55
...args: any[]
@@ -9,5 +9,5 @@ declare module 'styled-jsx/marco' {
99
}
1010
}
1111

12-
export = marco
12+
export = macro
1313
}

0 commit comments

Comments
 (0)