@serendie/ui
Version:
Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric
4 lines (3 loc) • 353 B
TypeScript
import { Tabs as ArkTabs } from '@ark-ui/react';
export declare const TabsStyle: import('../../../styled-system/types').SlotRecipeRuntimeFn<"list" | "root", import('../../../styled-system/types').SlotRecipeVariantRecord<"list" | "root">>;
export declare const Tabs: ({ children, className, ...props }: ArkTabs.RootProps) => import("react").JSX.Element;