Skip to content

Commit

Permalink
Merge pull request #4 from mikefrancis/add-typescript-definitions
Browse files Browse the repository at this point in the history
Added TypeScript definitions
  • Loading branch information
lukewhitehouse authored Jul 16, 2019
2 parents 42b85ae + e78eadb commit 5bb3006
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assortment__darkmodejs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module "@assortment/darkmodejs" {
export = assortment__darkmodejs;

declare function assortment__darkmodejs({ onChange = () => {} }: any): any;
}

0 comments on commit 5bb3006

Please sign in to comment.