UNPKG
cainthus-alex-library
Version:
latest (0.0.2)
0.0.2
Component React library for Cainthus - Alex Dashboard
cainthus-alex-library
/
.storybook
/
config.js
10 lines
(7 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ configure, addDecorator }
from
'@storybook/react'
;
import
{ withNotes }
from
'@storybook/addon-notes'
;
addDecorator
(withNotes);
function
loadStories
(
) {
require
(
'../stories/index.js'
); }
configure
(loadStories,
module
);