···1111import * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image'
1212import * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text'
1313import * as PubLeafletBlocksUnorderedList from './types/pub/leaflet/blocks/unorderedList'
1414+import * as PubLeafletBlocksWebsite from './types/pub/leaflet/blocks/website'
1415import * as PubLeafletGraphSubscription from './types/pub/leaflet/graph/subscription'
1516import * as PubLeafletPagesLinearDocument from './types/pub/leaflet/pages/linearDocument'
1617import * as PubLeafletRichtextFacet from './types/pub/leaflet/richtext/facet'
···3536export * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image'
3637export * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text'
3738export * as PubLeafletBlocksUnorderedList from './types/pub/leaflet/blocks/unorderedList'
3939+export * as PubLeafletBlocksWebsite from './types/pub/leaflet/blocks/website'
3840export * as PubLeafletGraphSubscription from './types/pub/leaflet/graph/subscription'
3941export * as PubLeafletPagesLinearDocument from './types/pub/leaflet/pages/linearDocument'
4042export * as PubLeafletRichtextFacet from './types/pub/leaflet/richtext/facet'
···99import type * as PubLeafletBlocksHeader from '../blocks/header'
1010import type * as PubLeafletBlocksImage from '../blocks/image'
1111import type * as PubLeafletBlocksUnorderedList from '../blocks/unorderedList'
1212+import type * as PubLeafletBlocksWebsite from '../blocks/website'
12131314const is$typed = _is$typed,
1415 validate = _validate
···3637 | $Typed<PubLeafletBlocksHeader.Main>
3738 | $Typed<PubLeafletBlocksImage.Main>
3839 | $Typed<PubLeafletBlocksUnorderedList.Main>
4040+ | $Typed<PubLeafletBlocksWebsite.Main>
3941 | { $type: string }
4042 alignment?:
4143 | 'lex:pub.leaflet.pages.linearDocument#textAlignLeft'