UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
es
/
theme
/
Toast.js
12 lines
(9 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { _
as
_objectSpread2 }
from
'../chunk-0c448560.js'
;
var
Toast = (
function
(
overrides
)
{
return
_objectSpread2
({
placement
:
'top-end'
,
showCountdown
:
true
,
timeout
:
5000
}, overrides); }); export
default
Toast;