Interface ShowSuccessNoticeOptions

Hierarchy

  • ShowSuccessNoticeOptions

Properties

buttons?: ButtonListItemProps[]
description?: ReactNode
game?: NoticeGame
gameScore?: ClickerGameScoreProps
gameUI?: Omit<Omit<ClickerGameProps, "resolve">, "notice">
icon?: string
iconColor?: string
statuses?: Status[]
subtitle?: ReactNode
text?: ReactNode
title?: ReactNode

Generated using TypeDoc