UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 221 B
import React from 'react'; import { AlertProps } from '../../types/components/alert'; declare const Alert: ({ id, className, variant, title, description, onClose }: AlertProps) => React.JSX.Element; export default Alert;