UNPKG

ember-assembly

Version:

A collection of beautiful UI components built by Goods

11 lines (8 loc) 261 B
import Component from '@ember/component'; // @ts-ignore: Ignore import of compiled template import template from './template'; export default class UiCaret extends Component { layout = template; tagName: string = ''; direction?: string | null = null; }