Skip to content

Commit

Permalink
Update interface.ts (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazyuki authored Oct 9, 2020
1 parent ef9a753 commit 6fc0805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as React from 'react';
export interface GenericSliderProps {
min?: number;
max?: number;
step?: number;
step?: number | null;
prefixCls?: string;
vertical?: boolean;
included?: boolean;
Expand Down

1 comment on commit 6fc0805

@vercel
Copy link

@vercel vercel bot commented on 6fc0805 Oct 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.