UNPKG
jsx-email
Version:
latest (2.8.3)
next (2.0.0-rc2.1)
test (2.0.6-gildas.2)
2.8.3
2.8.2
2.8.1
2.8.0
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.3
2.6.2
2.6.1
2.6.0
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.6-gildas.2
2.0.6-gildas.1
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0-rc2.1
2.0.0-rc2
2.0.0-rc1
1.13.1
1.13.0
1.12.1
1.12.0
1.11.0
1.10.12
1.10.11
1.10.10
1.10.9
1.10.8
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.1-test1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
0.0.0
Render JSX email components to HTML email
jsx.email
shellscape/jsx-email
jsx-email
/
dist
/
esm
/
components
/
section.d.ts
5 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
import
type {
BaseProps
,
JsxEmailComponent
}
from
'../types.js'
;
export
interface
SectionProps
extends
Omit
<
BaseProps
<
'table'
>,
'cellPadding'
|
'cellSpacing'
> { }
export
declare
const
Section
:
JsxEmailComponent
<
SectionProps
>;
//# sourceMappingURL=section.d.ts.map