Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#24349 from screendriver/tiny-slide…
Browse files Browse the repository at this point in the history
…r-react

[tiny-slider-react] Exports missing interface
  • Loading branch information
minestarks authored Mar 23, 2018
2 parents 41f8ac6 + 0284a8f commit 7a7e886
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 7a7e886

Please sign in to comment.