chore: improve withInstall typing (#9354)
* chore: improve withInstall typing * chore: upd * fix: missing entry
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
import { withInstall } from '../utils';
|
||||
import _Radio from './Radio';
|
||||
|
||||
const Radio = withInstall<typeof _Radio>(_Radio);
|
||||
|
||||
export const Radio = withInstall(_Radio);
|
||||
export default Radio;
|
||||
export { Radio };
|
||||
|
||||
Reference in New Issue
Block a user