feat(SW-556): add surprise notification component
This commit is contained in:
@@ -5,6 +5,6 @@ import type { VariantProps } from "class-variance-authority"
|
||||
export interface ToastsProps
|
||||
extends Omit<React.AnchorHTMLAttributes<HTMLDivElement>, "color">,
|
||||
VariantProps<typeof toastVariants> {
|
||||
message: string
|
||||
message: React.ReactNode
|
||||
onClose: () => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user