UNPKG
io.parrots
Version:
latest (0.0.2)
0.0.2
0.0.1
Parrots.io App
io.parrots
/
lib
/
service
/
ParrotsTypeResolveService.service.d.ts
6 lines
(5 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Type
}
from
'@angular/core'
;
import
{
TypeResolveService
}
from
'com.phloxui'
;
export
declare
class
ParrotsTypeResolveService
extends
TypeResolveService
{
resolveType
(
typeName
:
string
):
Type
<
any
>; }