UNPKG
vue-toastification
Version:
dev (2.0.0-dev.1)
latest (1.7.14)
next (2.0.0-rc.5)
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-dev.1
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
1.7.14
1.7.13
1.7.12
1.7.11
1.7.10
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.9.0
0.8.0
0.7.0
0.6.5
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Toasts for Vue made easy!
github.com/Maronato/vue-toastification
Maronato/vue-toastification
vue-toastification
/
src
/
types
/
shims-tsx.d.ts
12 lines
(10 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Vue
, {
VNode
}
from
"vue"
;
declare
global
{
namespace
JSX
{
interface
Element
extends
VNode
{}
interface
ElementClass
extends
Vue
{}
interface
IntrinsicElements
{ [
elem
:
string
]:
any
; } } }