UNPKG

ember-css-url

Version:

A helper for safely embedding URLs in style properties

12 lines (8 loc) 236 B
import { helper } from '@ember/component/helper'; import cssUrl$1 from '../index.js'; import '@ember/template'; function asHelper(params) { return cssUrl$1(...params); } var cssUrl = helper(asHelper); export { cssUrl as default };