Skip to content

Commit

Permalink
Merge pull request #298 from nucleartux/patch-1
Browse files Browse the repository at this point in the history
fix export in typings
  • Loading branch information
lencioni authored Mar 2, 2019
2 parents 4e98a04 + dc271b4 commit 7d7460b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import * as React from 'react';

declare class Waypoint extends React.Component<Waypoint.WaypointProps, {}> {
export declare class Waypoint extends React.Component<Waypoint.WaypointProps, {}> {
static above: string;
static below: string;
static inside: string;
static invisible: string;
}

export Waypoint;

declare namespace Waypoint {
interface CallbackArgs {
/*
Expand Down

0 comments on commit 7d7460b

Please sign in to comment.