This website works better with JavaScript
Home
Explore
Help
Register
Sign In
YuJing
/
YT_BabyFoodDiary
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d32e4ddba2
Branches
Tags
master
YT_BabyFoodD...
/
features
/
feature
/
src
/
main
/
ets
/
components
/
bigwheel
/
index.ets
index.ets
99 B
History
Raw
1
2
3
4
5
6
export interface CellStorage{
id:number,
title: string,
color: string,
proportion: number
}