mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
fix(storybook-addon-web-components-knobs): do not rexport storybook
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -47,4 +47,4 @@
|
||||
"lit-element": "^2.0.1",
|
||||
"lit-html": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user