UNPKG
react-fuzzy
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.3
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.0
React Fuzzy Component
github.com/ritz078/react-fuzzy-search
ritz078/react-fuzzy-search
react-fuzzy
/
.storybook
/
config.js
13 lines
(9 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// IMPORTANT
// ---------
// This is an auto generated file with React CDK.
// Do not modify this file.
import
{ configure }
from
'@kadira/storybook'
;
function
loadStories
(
) {
require
(
'../src/stories'
); }
configure
(loadStories,
module
);