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 { /*