/** * A simple wrapper for grouping forms * * https://bulma.io/documentation/form/general/ * * @type {m.Component} */ export const Form: m.Component; import m from 'mithril';