UNPKG
crip-vue-notice
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Vue.js project to add global notices on a page.
github.com/tahq69/vue-notice
tahq69/vue-notice
crip-vue-notice
/
types
/
index.d.ts
7 lines
(4 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
"./vue"
import
{
Plugin
}
from
"./plugin"
export
{
INoticeOptions
,
INoticesOptions
}
from
"./plugin"
export
default
Plugin