createSuccessAlert(message: string,props?: Omit<AlertProps, "variant">): string
optional
props: Omit<AlertProps, "variant">
createSuccessAlert(message: string,props?: Omit<AlertProps, "variant">): string
props: Omit<AlertProps, "variant">
import { createSuccessAlert } from ".";