UNPKG

ds-smart-ui

Version:

Smart UI is a React component library that helps you build accessible and responsive web applications.

9 lines (8 loc) 202 B
interface TabPanelsProps { selectedTab: string; activeTab: string; children: React.ReactNode; id?: string; } declare const TabPanels: React.FC<TabPanelsProps>; export default TabPanels;