Skip to content

Commit

Permalink
update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Jan 10, 2017
1 parent 37c1c1b commit b52193c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/auto-complete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export interface AutoCompleteProps {
onChange?: (value: string | Array<any> | SelectedValue | Array<SelectedValue>) => void;
disabled?: boolean;
children: ValidInputElement |
React.ClassicComponentClass<OptionProps> |
Array<React.ClassicComponentClass<OptionProps>>;
React.ReactElement<OptionProps> |
Array<React.ReactElement<OptionProps>>;
}

class InputElement extends React.Component<any, any> {
Expand Down

0 comments on commit b52193c

Please sign in to comment.