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

Convenience functions for common alert types

Parameters

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

Return Type

string

Usage

import { createInfoAlert } from ".";