UNPKG
@mescius/activereportsjs-angular
Version:
latest (5.2.3)
5.2.3
5.2.0
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.0.3
5.0.2
5.0.0
ActiveReportsJS components for Angular
developer.mescius.com/activereportsjs
@mescius/activereportsjs-angular
/
lib
/
export-injectiontoken.d.ts
7 lines
(6 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
InjectionToken
}
from
'@angular/core'
;
export
declare
const
AR_EXPORTS
:
InjectionToken
<
Export
[]>;
export
declare
abstract
class
Export
{
readonly
key
:
string
;
abstract
init
():
Promise
<
void
>; }