UNPKG
@gouvfr-anct/cartographie-nationale
Version:
latest (6.27.1)
release/4.0 (4.1.1)
release/4.2 (4.2.0)
6.27.1
6.27.0
6.26.1
6.26.0
6.25.0
6.24.0
6.23.0
6.22.1
6.22.0
6.21.0
6.20.2
6.20.1
6.20.0
6.19.3
6.19.2
6.19.1
6.19.0
6.18.1
6.18.0
6.17.1
6.17.0
6.16.0
6.15.10
6.15.9
6.15.8
6.15.7
6.15.6
6.15.5
6.15.4
6.15.3
6.15.2
6.15.1
6.15.0
6.14.11
6.14.10
6.14.9
6.14.8
6.14.7
6.14.6
6.14.5
6.14.4
6.14.3
6.14.2
6.14.1
6.14.0
6.13.10
6.13.9
6.13.8
6.13.7
6.13.6
6.13.5
6.13.4
6.13.3
6.13.2
6.13.1
6.13.0
6.12.0
6.11.1
6.11.0
6.10.1
6.10.0
6.9.3
6.9.2
6.9.1
6.9.0
6.8.0
6.7.0
6.6.0
6.5.0
6.4.0
6.3.2
6.3.1
6.3.0
6.2.1
6.2.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.1
6.0.0
5.27.0
5.26.0
5.25.0
5.24.0
5.23.0
5.22.0
5.21.0
5.20.0
5.19.0
5.18.0
5.17.0
5.16.0
5.15.0
5.14.0
5.13.0
5.12.0
5.11.1
5.11.0
5.10.1
5.10.0
5.9.1
5.9.0
5.8.5
5.8.4
5.8.3
5.8.2
5.8.1
5.8.0
5.7.0
5.6.2
5.6.1
5.6.0
5.5.0
5.4.1
5.4.0
5.3.0
5.2.1
5.2.0
5.1.0
5.0.0
4.6.1
4.6.0
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.0
4.2.1
4.2.0
4.1.1
4.1.0
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.0.0
<h2 id="about">🪧 À propos</h2>
@gouvfr-anct/cartographie-nationale
/
dist-wc
/
web-components
/
layout.d.ts
7 lines
(6 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
FC
,
ReactNode
}
from
'react'
;
type
WebComponentLayoutProps
= {
children
:
ReactNode
; };
export
declare
const
WebComponentLayout
:
FC
<
WebComponentLayoutProps
>;
export
{};