/** * A white box to contain other elements * * The box element is a simple container with a white background, some padding, and a box shadow. * * https://bulma.io/documentation/elements/box/ * * @type {m.Component} */ export const Box: m.Component; import m from 'mithril';