Commit 7dbeb2b0 authored by rockyl's avatar rockyl

ScillaComponent移至scilla-components

parent 09c0d0e2
import {registerDef} from "scilla" import {registerDef} from "scilla"
import ScillaComponent from './base/ScillaComponent';
import BounceZoom from './animation/BounceZoom'; import BounceZoom from './animation/BounceZoom';
import Fade from './animation/Fade'; import Fade from './animation/Fade';
import Rotation from './animation/Rotation'; import Rotation from './animation/Rotation';
...@@ -28,6 +29,7 @@ import ProgressBar from './ui/ProgressBar'; ...@@ -28,6 +29,7 @@ import ProgressBar from './ui/ProgressBar';
import ScrollView from './ui/ScrollView'; import ScrollView from './ui/ScrollView';
export function registerAllComponents(){ export function registerAllComponents(){
registerDef('components/base/ScillaComponent', ScillaComponent);
registerDef('components/animation/BounceZoom', BounceZoom); registerDef('components/animation/BounceZoom', BounceZoom);
registerDef('components/animation/Fade', Fade); registerDef('components/animation/Fade', Fade);
registerDef('components/animation/Rotation', Rotation); registerDef('components/animation/Rotation', Rotation);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment