import { PureComponent } from 'react'; export interface Option { value: string; key: number; } interface TipsProps { list: Array