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