Skip to content

Commit

Permalink
Added TypeScript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrancis committed Jul 15, 2019
1 parent 42b85ae commit e78eadb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assortment__darkmodejs.d.ts
@@ -0,0 +1,5 @@
declare module "@assortment/darkmodejs" {
export = assortment__darkmodejs;

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

0 comments on commit e78eadb

Please sign in to comment.