import React from 'react'; import Alert, { AlertProps } from './index'; const data: AlertProps = { title: 'Title', text:
Subtitle