···99import * as PubLeafletPublication from './types/pub/leaflet/publication'
1010import * as PubLeafletBlocksCode from './types/pub/leaflet/blocks/code'
1111import * as PubLeafletBlocksHeader from './types/pub/leaflet/blocks/header'
1212+import * as PubLeafletBlocksHorizontalRule from './types/pub/leaflet/blocks/horizontalRule'
1213import * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image'
1314import * as PubLeafletBlocksMath from './types/pub/leaflet/blocks/math'
1415import * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text'
···3839export * as PubLeafletPublication from './types/pub/leaflet/publication'
3940export * as PubLeafletBlocksCode from './types/pub/leaflet/blocks/code'
4041export * as PubLeafletBlocksHeader from './types/pub/leaflet/blocks/header'
4242+export * as PubLeafletBlocksHorizontalRule from './types/pub/leaflet/blocks/horizontalRule'
4143export * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image'
4244export * as PubLeafletBlocksMath from './types/pub/leaflet/blocks/math'
4345export * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text'
···1212import type * as PubLeafletBlocksWebsite from '../blocks/website'
1313import type * as PubLeafletBlocksMath from '../blocks/math'
1414import type * as PubLeafletBlocksCode from '../blocks/code'
1515+import type * as PubLeafletBlocksHorizontalRule from '../blocks/horizontalRule'
15161617const is$typed = _is$typed,
1718 validate = _validate
···4243 | $Typed<PubLeafletBlocksWebsite.Main>
4344 | $Typed<PubLeafletBlocksMath.Main>
4445 | $Typed<PubLeafletBlocksCode.Main>
4646+ | $Typed<PubLeafletBlocksHorizontalRule.Main>
4547 | { $type: string }
4648 alignment?:
4749 | 'lex:pub.leaflet.pages.linearDocument#textAlignLeft'