修复类型错误
This commit is contained in:
parent
fbf4bfd708
commit
6b6b3b9e72
|
@ -135,6 +135,7 @@ export function themeable<
|
|||
Omit<React.ComponentProps<T>, keyof ThemeProps>
|
||||
> & {
|
||||
theme?: string;
|
||||
className?: string;
|
||||
classPrefix?: string;
|
||||
classnames?: ClassNamesFn;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue