Skip to content

Commit

Permalink
Exports missing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Mar 16, 2018
1 parent 80c15ed commit 0284a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/tiny-slider-react/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// TypeScript Version: 2.6
import * as React from "react";

interface CommonOptions {
export interface CommonOptions {
/**
* The initial index of the slider.
* @defaultValue 0
Expand Down

0 comments on commit 0284a8f

Please sign in to comment.