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
/
src
/
index.ts
2 lines
•
139 B
text/typescript
View Raw
1
2
export
type
{
ComponentSettings
,
SettingsType
,
DecoratorFunction
}
from
'./types/index.ts'
;
export
type
{
BaseConfig
}
from
'./build-html'
;