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.

12 lines 294 B
export declare enum ToastContentDataAttributes { /** * Present when the toast viewport is expanded. * @type {boolean} */ expanded = "data-expanded", /** * Present when the toast is behind the frontmost toast in the stack. * @type {boolean} */ behind = "data-behind", }