UNPKG

@alihbuzaid/ember-ui

Version:

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

8 lines (6 loc) 217 B
import { helper } from '@ember/component/helper'; import { get } from '@ember/object'; import environment from 'ember-get-config'; export default helper(function config([key]) { return get(environment, key); });