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