@synergy-design-system/react
Version:
React wrappers for the Synergy Design System
15 lines (14 loc) • 582 B
TypeScript
import Component from '@synergy-design-system/components/components/tab-panel/tab-panel.component.js';
/**
* @summary Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.
* @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab-panel--docs
* @status stable
* @since 2.0
*
* @slot - The tab panel's content.
*
* @csspart base - The component's base wrapper.
*
* @cssproperty --padding - The tab panel's padding.
*/
export declare const SynTabPanel: import("@lit/react").ReactWebComponent<Component, {}>;