UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

7 lines (6 loc) 259 B
import { AlertProps } from '../../types/components/alert'; declare const Alert: { ({ title, hideIcon, description, color, variant, status, ...props }: AlertProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Alert;