Skip to content

Commit

Permalink
typescript(vx-threshold): export ThresholdProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Oct 2, 2019
1 parent 190b81a commit a991d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-threshold/src/Threshold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ClipPath } from '@vx/clip-path';

type NumberAccessor<Datum> = (datum: Datum, index: number, data: Datum[]) => number;

type ThresholdProps<Datum> = {
export type ThresholdProps<Datum> = {
/** className applied to container g element. */
className?: string;
/** Sets the curve factory (from @vx/curve or d3-curve) for the area generator. Defaults to curveLinear. */
Expand Down

0 comments on commit a991d48

Please sign in to comment.