Skip to content

Commit

Permalink
feat(typescript): Support es module system (kentcdodds#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
alitaheri authored and Kent C. Dodds committed Oct 1, 2017
1 parent 06267c5 commit 3c37c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
declare interface RtlCSSJS {
default: RtlCSSJS;
<T extends object = object>(o: T): T;
}

Expand Down

0 comments on commit 3c37c48

Please sign in to comment.