Circle V2 API Docs
Preparing search index...
@repo/ui
Toast
ToastProps
Type Alias ToastProps
type
ToastProps
=
{
button
?:
{
label
:
string
;
onClick
:
()
=>
void
}
;
description
?:
React.ReactNode
;
icon
?:
React.ReactNode
;
id
:
string
|
number
;
title
:
React.ReactNode
;
}
Index
Properties
button?
description?
icon?
id
title
Properties
Optional
button
button
?:
{
label
:
string
;
onClick
:
()
=>
void
}
Optional
description
description
?:
React.ReactNode
Optional
icon
icon
?:
React.ReactNode
id
id
:
string
|
number
title
title
:
React.ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
button
description
icon
id
title
Circle V2 API Docs
Loading...