File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -682,10 +682,18 @@ export const Store = {
682682 } ,
683683 } ,
684684 'rating' : {
685+ 'allow-half-demo' : {
686+ 'component' : React . lazy ( ( ) => import ( 'demo/rating/allow-half-demo.tsx' ) ) ,
687+ 'filePath' : 'demo/rating/allow-half-demo.tsx' ,
688+ } ,
685689 'basic-demo' : {
686690 'component' : React . lazy ( ( ) => import ( 'demo/rating/basic-demo.tsx' ) ) ,
687691 'filePath' : 'demo/rating/basic-demo.tsx' ,
688692 } ,
693+ 'controlled-demo' : {
694+ 'component' : React . lazy ( ( ) => import ( 'demo/rating/controlled-demo.tsx' ) ) ,
695+ 'filePath' : 'demo/rating/controlled-demo.tsx' ,
696+ } ,
689697 'disabled-demo' : {
690698 'component' : React . lazy ( ( ) => import ( 'demo/rating/disabled-demo.tsx' ) ) ,
691699 'filePath' : 'demo/rating/disabled-demo.tsx' ,
Original file line number Diff line number Diff line change 210210 "name" : " Misc" ,
211211 "children" : [
212212 {
213- "name" : " AnimteOnScroll " ,
213+ "name" : " AnimateOnScroll " ,
214214 "to" : " /docs/components/animateonscroll"
215215 },
216216 {
You can’t perform that action at this time.
0 commit comments