Skip to content

Commit

Permalink
[FxInput] fixed ts typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Khazamov committed Mar 22, 2018
1 parent 5eda71b commit e3de54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/FxInput/FxInput.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import * as React from 'react';

import { InputProps } from '../Input';

export interface FxInputProps extends InputProps {
export type FxInputProps = InputProps & {
auto?: boolean;
type?: 'currency' | 'text';
}
};

export interface FxInputState {}

Expand Down

0 comments on commit e3de54b

Please sign in to comment.