```ts export interface Tab extends Omit<TabPaneProps, 'tab'> { key: string; label: React.ReactNode; } ``` 我看像select组件中的value是支持number类型的。