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