Skip to content

Commit

Permalink
fix: flow types
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 2, 2019
1 parent 86550af commit c4eda1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import * as React from "react";

type Props = {
helperMessage?: string,
errorMessage: string,
helperMessage?: React.Node,
errorMessage: React.Node,
isValid: boolean
};

Expand Down

0 comments on commit c4eda1e

Please sign in to comment.