UNPKG
qwik-sonner
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
An opinionated toast component for Qwik.
github.com/diecodev/qwik-sonner
diecodev/qwik-sonner
qwik-sonner
/
lib-types
/
headless
/
icons.d.ts
6 lines
(5 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
ToastTypes
}
from
"./types"
;
export
declare
const
getAsset
:
(
type
:
ToastTypes
) =>
import
(
"@builder.io/qwik"
).
JSXOutput
;
export
declare
const
Loader
:
import
(
"@builder.io/qwik"
).
Component
<{
visible
:
boolean
; }>;