UNPKG
toast-ease
Version:
latest (0.0.2)
0.0.2
0.0.1
An opinionated toast component.
toast-ease
/
dist
/
index.d.ts
7 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
export
{ t
as
toast }
from
'./state-C7j7gv9i.js'
;
declare
const
ServerToastRegister
:
() =>
React
.
JSX
.
Element
;
export
{
ServerToastRegister
};