UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

10 lines 365 B
import * as TabsPrimitive from '@radix-ui/react-tabs'; import { SymbolProps } from '../..'; export declare type TabPanelProps = { label: string; icon?: SymbolProps['source']; value: TabsPrimitive.TabsContentProps['value']; disabled?: boolean; }; export declare const TabPanel: FCChildrenClass<TabPanelProps>; //# sourceMappingURL=tabs-panel.d.ts.map