mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 11:28:30 +08:00
修复类型错误
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
Block a user