mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 04:35:32 +08:00
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:
@@ -47,7 +47,6 @@ const getColor = (type: RatingTypes, palette: GeistUIThemesPalette): string => {
|
||||
|
||||
const RatingComponent: React.FC<RatingProps> = ({
|
||||
type,
|
||||
children,
|
||||
className,
|
||||
icon,
|
||||
count,
|
||||
|
||||
Reference in New Issue
Block a user