UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 234 B
import type { AlertCssVariables, AlertFactory, AlertProps, AlertStylesNames, AlertVariant } from './Alert'; export { Alert } from './Alert'; export type { AlertProps, AlertStylesNames, AlertCssVariables, AlertFactory, AlertVariant };