/* eslint-disable import/extensions */ import hbs from 'htmlbars-inline-precompile'; import { storiesOf } from '@storybook/ember'; import { withKnobs, boolean, text } from '@storybook/addon-knobs'; import notes from './info-table-row.md'; storiesOf('InfoTableRow/', module) .addParameters({ options: { showPanel: true } }) .addDecorator(withKnobs({escapeHTML: false})) .add(`InfoTableRow with text value`, () => ({ template: hbs`