We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export interface Tab extends Omit<TabPaneProps, 'tab'> { key: string; label: React.ReactNode; }
我看像select组件中的value是支持number类型的。