diff --git a/components/auto-complete/index.tsx b/components/auto-complete/index.tsx index c481ba0f17..e408b9a0c7 100644 --- a/components/auto-complete/index.tsx +++ b/components/auto-complete/index.tsx @@ -2,7 +2,7 @@ import * as React from 'react'; import Select, { Option, OptGroup } from '../select'; import classNames from 'classnames'; -interface SelectedValue { +export interface SelectedValue { key: string; label: React.ReactNode; }