/** * Bulma’s most basic spacer block * * The block element is a simple spacer tool. It allows sibling HTML elements to have a consistent * margin between them: * * https://bulma.io/documentation/elements/block/ * * @type {m.Component} */ export const Block: m.Component; import m from 'mithril';