Skip to content

Commit

Permalink
fix(types): change types (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
pa001024 authored Jan 26, 2021
1 parent c64d3e2 commit a6274e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/content/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { contentFunc, extendOrOverwrite, contentFileBeforeInstert, contentFileBeforeParse } from './content'
import type { QueryBuilder } from './query-builder';

import '@nuxt/types';
import type { DumpOptions as YamlOptions } from 'js-yaml';
Expand All @@ -16,7 +15,7 @@ export const getOptions: (userOptions: IContentOptions) => IContentOptions
// Modifyed types
declare module "vuex/types/index" {
interface Store<S> {
$content: QueryBuilder;
$content: contentFunc;
}
}

Expand Down

0 comments on commit a6274e4

Please sign in to comment.