UNPKG

@appbuckets/react-ui

Version:
6 lines (5 loc) 222 B
import * as React from 'react'; import { Creatable } from '../generic'; import { TabPanelProps } from './TabPanel.types'; declare const TabPanel: Creatable<React.FunctionComponent<TabPanelProps>>; export default TabPanel;