UNPKG

@alice-ui/react

Version:
9 lines (6 loc) 341 B
import * as react from 'react'; import { AlertVariantProps } from '@alice-ui/theme'; interface AlertProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'color'>, AlertVariantProps { } declare const _Alert: react.ForwardRefExoticComponent<AlertProps & react.RefAttributes<HTMLDivElement>>; export { _Alert as Alert, type AlertProps };