UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
xlsx
/
xlsx.directive.d.ts
9 lines
(8 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
XlsxService
}
from
'./xlsx.service'
;
import
{
XlsxExportOptions
}
from
'./xlsx.types'
;
export
declare
class
XlsxDirective
{
private
srv;
data
:
XlsxExportOptions
;
constructor
(
srv
:
XlsxService
);
_click
():
void
; }