UNPKG

mp-lens

Version:

微信小程序分析工具 (Unused Code, Dependencies, Visualization)

8 lines (7 loc) 285 B
import { TabsProps } from '../types'; interface ControlledTabsProps extends TabsProps { activeTabId: string; onTabChange: (tabId: string) => void; } export declare function Tabs({ tabs, activeTabId, onTabChange }: ControlledTabsProps): import("preact").JSX.Element; export {};