refactor(table): redesign interfaces to improve the experience in TypeScript (#569)

* refactor(table): redesign interfaces to improve the experience in TypeScript

* docs: upgrade to new type exports

* style: fix lint warnings
This commit is contained in:
witt
2021-06-26 19:50:19 +08:00
committed by unix
parent 144eaf332f
commit 4062d7b5a8
16 changed files with 578 additions and 305 deletions

View File

@@ -47,7 +47,6 @@ const getColor = (type: RatingTypes, palette: GeistUIThemesPalette): string => {
const RatingComponent: React.FC<RatingProps> = ({
type,
children,
className,
icon,
count,