forked from p96170835/amis
修复类型错误
This commit is contained in:
parent
32fd84be58
commit
c3efc5e459
|
@ -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