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