UNPKG
react-lottie
Version:
latest (1.2.10)
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.1.0
1.0.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
lottie animation view for React
github.com/chenqingspring/react-lottie
chenqingspring/react-lottie
react-lottie
/
.storybook
/
config.js
13 lines
(9 loc)
•
242 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
);