dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
15 lines (14 loc) • 475 B
TypeScript
import { default as Component } from '../../components/tab/tab.js';
/**
* `dap-ds-tab`
* @summary A tab item component. It is used in dap-ds-tab-group component slot to create a tab item.
* @element dap-ds-tab
* @title - Tab
* *
* @slot - The tab title template.
* @slot content - The tab content.
*
* @csspart base - The main tab content container.
*/
declare const reactWrapper: import('@lit/react').ReactWebComponent<Component, {}>;
export default reactWrapper;