UNPKG
@hopeio/utils
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
javascript utils
github.com/hopeio/diamond
hopeio/diamond
@hopeio/utils
/
dist
/
browser
/
print.d.ts
9 lines
(8 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
PrintFunction
{
extendOptions
:
Function
;
getStyle
:
Function
;
setDomHeight
:
Function
;
toPrint
:
Function
; }
declare
const
Print
:
(
dom
:
string
|
HTMLElement
,
options
?:
object
) =>
PrintFunction
;
export
default
Print
;