UNPKG

lumir-design-system-02

Version:
4 lines (3 loc) 195 B
import { TabPanelProps } from './types'; export declare const TabPanel: ({ id, children, ...props }: TabPanelProps) => import("react/jsx-runtime").JSX.Element | null; export default TabPanel;