/** * The famous media object prevalent in social media interfaces, but useful in any context * * https://bulma.io/documentation/layout/media-object/ * @type {m.Component} */ export const Main: m.Component; /** * The left side of the media component * * https://bulma.io/documentation/layout/media-object/ * @type {m.Component} */ export const Left: m.Component; /** * The right side of the media component * * https://bulma.io/documentation/layout/media-object/ * @type {m.Component} */ export const Right: m.Component; /** * The main media content * * https://bulma.io/documentation/layout/media-object/ * @type {m.Component} */ export const Content: m.Component; import m from 'mithril';