Interface MessageArgsProps
Properties
Optional className
className?: string
content
content: ReactNode
Optional duration
duration?: number
Optional icon
icon?: ReactNode
Optional key
key?: string | number
Optional onClick
onClick?: ((e) => void)
Optional onClose
onClose?: (() => void)
Optional style
style?: CSSProperties
Optional type
type?: NoticeType