Skip to content

Commit

Permalink
Merge 77cea31 into e887c78
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhurley committed Nov 19, 2019
2 parents e887c78 + 77cea31 commit 7a8ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface NouisliderProps {
start: number | number[] | string | string[];
step?: number;
style?: React.CSSProperties;
tooltips?: boolean | object[];
tooltips?: boolean | (boolean | Formatter)[];
}

export default class Nouislider extends React.Component<NouisliderProps> {}

0 comments on commit 7a8ee9d

Please sign in to comment.