function createErrorAlert
createErrorAlert(
message: string,
props?: Omit<AlertProps, "variant">
): string

Parameters

message: string
optional
props: Omit<AlertProps, "variant">

Return Type

string

Usage

import { createErrorAlert } from ".";