UNPKG

@fleetbase/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

13 lines (9 loc) 289 B
/** Modal body element used within [Components.Modal](Components.Modal.html) components. See there for examples. @class ModalBody @namespace Components @extends Glimmer.Component @public */ import templateOnly from '@ember/component/template-only'; export default templateOnly();