UNPKG
print-template
Version:
latest (1.2.8)
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.1
> 模板打印
github.com/XXllXX/PrintTemplate
XXllXX/PrintTemplate
print-template
/
typings
/
index.d.ts
6 lines
(5 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
class
printTemplate
{
push
(
template
:
any
):
this
;
print
(
name
:
string
,
data
?:
any
):
Promise
<
unknown
>;
getPrintData
(
name
:
string
,
data
?:
any
):
Promise
<
unknown
>; }