UNPKG

@base-ui-components/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

16 lines 476 B
export declare enum ToastArrowDataAttributes { /** * Indicates which side the toast is positioned relative to the anchor. * @type {'top' | 'bottom' | 'left' | 'right' | 'inline-end' | 'inline-start'} */ side = "data-side", /** * Indicates how the toast is aligned relative to specified side. * @type {'start' | 'center' | 'end'} */ align = "data-align", /** * Present when the toast arrow is uncentered. */ uncentered = "data-uncentered", }