mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix: should export type
This commit is contained in:
parent
a8fce6a4f1
commit
370a6bde52
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user