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 _Col from './Col';
|
||||
|
||||
const Col = withInstall<typeof _Col>(_Col);
|
||||
|
||||
export const Col = withInstall(_Col);
|
||||
export default Col;
|
||||
export { Col };
|
||||
|
||||
Reference in New Issue
Block a user