dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
22 lines (21 loc) • 1.05 kB
TypeScript
import { default as Component } from '../../components/snackbar/snackbar.js';
/**
* `dap-ds-snackbar`
* @summary The Snackbar is a container of sliding messages.
* @element dap-ds-snackbar
* @title - Snackbar
*
* @csspart host - The host element
* @csspart message - The message part of the snackbar
* @csspart message-base - The base part of the message
* @csspart message-text - The text part of the message
* @csspart message-closebutton - The close button part of the message
* @csspart message-close-icon - The close icon part of the message
* @csspart message-actions - The actions part of the message
*
* @cssproperty --dds-snackbar-spacing - Spacing used for positioning the snackbar (default: var(--dds-spacing-400))
* @cssproperty --dds-snackbar-z-index - Z-index of the snackbar container (default: 10000)
* @cssproperty --dds-snackbar-pointer-events - Pointer events behavior for the snackbar (default: auto)
*/
declare const reactWrapper: import('@lit/react').ReactWebComponent<Component, {}>;
export default reactWrapper;