UNPKG

@synergy-design-system/react

Version:
13 lines (12 loc) 559 B
import Component from '@synergy-design-system/components/components/divider/divider.component.js'; /** * @summary Dividers are used to visually separate or group elements. * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-divider--docs * @status stable * @since 2.0 * * @cssproperty --color - The color of the divider. * @cssproperty --width - The width of the divider. * @cssproperty --spacing - The spacing of the divider. */ export declare const SynDivider: import("@lit/react").ReactWebComponent<Component, {}>;