Vben
2021-06-19 7dce50cb1f70da050bef689deac29de397005f8b
src/layouts/default/content/useContentContext.ts
@@ -1,8 +1,6 @@
import type { InjectionKey, ComputedRef } from 'vue';
import { createContext, useContext } from '/@/hooks/core/useContext';
import {} from 'vue';
export interface ContentContextProps {
  contentHeight: ComputedRef<number>;
  setPageHeight: (height: number) => Promise<void>;