vben
2021-08-24 56a966cfbf8db5b29a42185f0f25a0e800c30dbb
src/hooks/component/usePageContext.ts
@@ -1,8 +1,6 @@
import type { InjectionKey, ComputedRef, Ref } from 'vue';
import { createContext, useContext } from '/@/hooks/core/useContext';
import {} from 'vue';
export interface PageContextProps {
  contentHeight: ComputedRef<number>;
  pageHeight: Ref<number>;