UNPKG

@krowdy-ui/core

Version:

React components that implement Google's Material Design.

10 lines (8 loc) 223 B
export type TabPanelProps = { index: string | number value: string | number children?: React.ReactNode [extraProps: string]: any }; declare const TabPanel: React.ComponentType<TabPanelProps>; export default TabPanel;