UNPKG
react-to-html
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A react package to generate HTML for conversion to Email or PDF from shared components
react-to-html
/
dist
/
src
/
index.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
export
type
{
ComponentSettings
,
SettingsType
,
DecoratorFunction
}
from
'./types/index.ts'
;
export
type
{
BaseConfig
}
from
'./build-html'
;