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