/* eslint-disable import/extensions */ import hbs from 'htmlbars-inline-precompile'; import { storiesOf } from '@storybook/ember'; import { withKnobs, text, boolean } from '@storybook/addon-knobs'; import notes from './masked-input.md'; storiesOf('MaskedInput/', module) .addParameters({ options: { showPanel: true } }) .addDecorator(withKnobs()) .add( `MaskedInput`, () => ({ template: hbs`