UNPKG
@hitechline/pdf-maker
Version:
canary (1.0.0-canary.3)
latest (1.0.0-canary.1)
1.0.0-canary.3
1.0.0-canary.2
1.0.0-canary.1
github.com/hitechline/pdf-maker
hitechline/pdf-maker
@hitechline/pdf-maker
/
typings
/
handlers
/
html
/
html.d.ts
6 lines
(5 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
HTMLHandlerOptions
{
path
?:
string
;
content
?:
string
; }
export
declare
const
htmlHandler
:
import
(
"../.."
).
Handler
<
"html"
,
HTMLHandlerOptions
>;