修复类型错误

This commit is contained in:
2betop 2020-06-09 15:10:36 +08:00
parent fbf4bfd708
commit 6b6b3b9e72
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}; };