dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
14 lines (13 loc) • 398 B
TypeScript
import { default as Component } from '../../components/stack/stack.js';
/**
* `dap-ds-stack`
* @summary A stack is a container for stacked content.
* @element dap-ds-stack
* @title - Stack
*
* @slot - The content of the stack.
*
* @csspart stack - The main stack container.
*/
declare const reactWrapper: import('@lit/react').ReactWebComponent<Component, {}>;
export default reactWrapper;