UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

5 lines (4 loc) 133 B
import { FC } from "react"; import { AlertProps } from './alert.types'; declare const Alerts: FC<AlertProps>; export default Alerts;