From dc271b4a7245282011bd2fc323875cc593caf58e Mon Sep 17 00:00:00 2001 From: Igor Adrov Date: Mon, 25 Feb 2019 15:43:27 +0300 Subject: [PATCH] fix export in typings --- index.d.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.d.ts b/index.d.ts index c307004..ff466ab 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,14 +1,12 @@ import * as React from 'react'; -declare class Waypoint extends React.Component { +export declare class Waypoint extends React.Component { static above: string; static below: string; static inside: string; static invisible: string; } -export Waypoint; - declare namespace Waypoint { interface CallbackArgs { /*