Skip to content

Commit

Permalink
#2209 knobs refactor accidentally removed select
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan committed Nov 2, 2017
1 parent 37e4d23 commit a5f3c38
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions addons/knobs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@ import addons from '@storybook/addons';
import { vueHandler } from './vue';
import { reactHandler } from './react';

import { knob, text, boolean, number, color, object, array, date, button, manager } from './base';

export { knob, text, boolean, number, color, object, array, date, button };
import {
array,
boolean,
button,
color,
date,
knob,
manager,
number,
object,
select,
text,
} from './base';

export { knob, text, boolean, number, color, object, array, date, button, select };

deprecate(() => {},
'Using @storybook/addon-knobs directly is discouraged, please use @storybook/addon-knobs/{{framework}}');
Expand Down

0 comments on commit a5f3c38

Please sign in to comment.