Skip to content

Commit

Permalink
fix: typo in macro typing (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 15, 2022
1 parent bb3cde8 commit d0b2f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions macro.d.ts
@@ -1,5 +1,5 @@
declare module 'styled-jsx/marco' {
namespace marco {
declare module 'styled-jsx/macro' {
namespace macro {
function resolve(
chunks: TemplateStringsArray,
...args: any[]
Expand All @@ -9,5 +9,5 @@ declare module 'styled-jsx/marco' {
}
}

export = marco
export = macro
}

0 comments on commit d0b2f75

Please sign in to comment.