From 0284a8f28960e7abc252365e8426051871d9c089 Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Sat, 17 Mar 2018 00:37:23 +0100 Subject: [PATCH] Exports missing interface --- types/tiny-slider-react/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tiny-slider-react/index.d.ts b/types/tiny-slider-react/index.d.ts index b509595f81..9cf22beab7 100644 --- a/types/tiny-slider-react/index.d.ts +++ b/types/tiny-slider-react/index.d.ts @@ -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