chore: improve withInstall typing (#9354)

* chore: improve withInstall typing

* chore: upd

* fix: missing entry
This commit is contained in:
neverland
2021-08-30 20:10:14 +08:00
committed by GitHub
parent 4cf5a6ba0d
commit 140fa0c180
86 changed files with 92 additions and 254 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
import { withInstall } from '../utils';
import _Divider from './Divider';
const Divider = withInstall<typeof _Divider>(_Divider);
export const Divider = withInstall(_Divider);
export default Divider;
export { Divider };
export type { DividerContentPosition } from './Divider';