add input animation + input item rafctor

This commit is contained in:
riqo 2020-11-22 11:49:25 -06:00
commit 3cf07e2b45
7 changed files with 121 additions and 63 deletions

View file

@ -0,0 +1,3 @@
export interface Ref<A> {
value: A;
}