import React, { FunctionComponent } from "react"; import { Alert } from "./Alert"; export default { title: "UI/Alert", component: Alert, parameters: { componentSubtitle: "Alert.", }, }; export const AlertWarning: FunctionComponent = () => ( );