mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
30 lines
264 B
TypeScript
30 lines
264 B
TypeScript
import {
|
|
withKnobs,
|
|
knob,
|
|
text,
|
|
boolean,
|
|
number,
|
|
color,
|
|
object,
|
|
array,
|
|
date,
|
|
select,
|
|
files,
|
|
button,
|
|
} from '.';
|
|
|
|
export {
|
|
withKnobs,
|
|
knob,
|
|
text,
|
|
boolean,
|
|
number,
|
|
color,
|
|
object,
|
|
array,
|
|
date,
|
|
select,
|
|
files,
|
|
button,
|
|
};
|