UNPKG
umi-plugin-goldjetjsupdate
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Umi plugin for detect web page updates and notify in goldjet's project.
umi-plugin-goldjetjsupdate
/
dist
/
index.d.ts
7 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IApi
}
from
'umi'
;
export
{
Options
}
from
'@plugin-web-update-notification/core'
;
declare
const
_default
:
(
api
:
IApi
) =>
void
;
export
{ _default
as
default
};