UNPKG
vue3-oop-static
Version:
latest (0.0.1)
0.0.1
agileago.github.io/vue3-oop
agileago/vue3-oop
vue3-oop-static
/
types
/
extends
/
service.d.ts
7 lines
(6 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Hanlder
}
from
'../type'
;
export
declare
const
ProviderKey
:
"ProviderKey"
;
export
declare
abstract
class
VueService
{
static
handler
:
Hanlder
[];
constructor
(
); }