Tabs Props : { activeKey ?: string | null ; activeLineMode ?: "auto" | "full" | "fixed" ; autoScroll ?: boolean ; children ?: ReactNode ; defaultActiveKey ?: string | null ; direction ?: "ltr" | "rtl" ; onChange ?: ( ( key ) => void ) ; stretch ?: boolean ; } & NativeProps < "--fixed-active-line-width" | "--active-line-height" | "--active-line-border-radius" | "--title-font-size" | "--content-padding" | "--active-title-color" | "--active-line-color" >
Type declaration Optional active Key ?: string | null Optional active Line Mode ?: "auto" | "full" | "fixed" Optional Experimental auto Scroll ?: boolean Optional children ?: ReactNode Optional default Active Key ?: string | null Optional direction ?: "ltr" | "rtl" Optional on Change ?: ( ( key ) => void ) Optional stretch ?: boolean Defined in node_modules/.pnpm/antd-mobile@5.34.0_react-dom@18.2.0_react@18.2.0/node_modules/antd-mobile/es/components/tabs/tabs.d.ts:11
Support disabled auto scroll when Tabs header content change. This API name or function may change in the future. Please lock the version if you want to use it.