esther615kim / react-my-readit

1 stars 0 forks source link

[TS]TS2769: No overload matches this call. #3

Open esther615kim opened 2 years ago

esther615kim commented 2 years ago

image background: ${({ bg }:{bg:string}) => bg || "#fff"};

esther615kim commented 2 years ago

fixed height: ${({ height }:{height?:string|undefined}) => height || "10rem"};