fix(storybook-addon-web-components-knobs): do not rexport storybook

This commit is contained in:
Thomas Allmer
2020-01-04 20:13:36 +01:00
parent 641905a521
commit a4f4e508c6
2 changed files with 1 additions and 34 deletions

View File

@@ -1,34 +1 @@
/* eslint-disable */
export { html } from 'lit-html';
export {
storiesOf,
addParameters,
addDecorator,
setCustomElements,
getCustomElements,
isValidComponent,
isValidMetaData,
configure,
} from '@storybook/web-components';
export { action } from '@storybook/addon-actions';
export { withA11y } from '@storybook/addon-a11y';
export { linkTo } from '@storybook/addon-links';
export { document } from 'global';
export {
withKnobs,
text,
button,
number,
select,
date,
object,
color,
array,
boolean,
radios,
files,
optionsKnob,
} from '@storybook/addon-knobs';
export { withWebComponentsKnobs } from './src/withWebComponentsKnobs.js';

View File

@@ -47,4 +47,4 @@
"lit-element": "^2.0.1",
"lit-html": "^1.0.0"
}
}
}