UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

7 lines (6 loc) 213 B
export default function Tabs({ children, inactiveDestroy, active, ...rest }: { [x: string]: any; children: any; inactiveDestroy?: boolean; active: any; }): import("react/jsx-runtime").JSX.Element;