diff options
author | 2022-08-25 20:32:45 +0000 | |
---|---|---|
committer | 2022-08-25 20:32:45 +0000 | |
commit | 9cff515318ff0d5bcf71520b9f320c670937476d (patch) | |
tree | 3274df6ba3f3f5a805a663f9b01747517fddc656 /packages/markdown/remark/src | |
parent | 839097c84e830542c17c18d8337a88de8885c356 (diff) | |
download | astro-9cff515318ff0d5bcf71520b9f320c670937476d.tar.gz astro-9cff515318ff0d5bcf71520b9f320c670937476d.tar.zst astro-9cff515318ff0d5bcf71520b9f320c670937476d.zip |
[ci] format
Diffstat (limited to 'packages/markdown/remark/src')
-rw-r--r-- | packages/markdown/remark/src/types.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/markdown/remark/src/types.ts b/packages/markdown/remark/src/types.ts index bf3d10904..9df11d414 100644 --- a/packages/markdown/remark/src/types.ts +++ b/packages/markdown/remark/src/types.ts @@ -1,11 +1,11 @@ import type * as hast from 'hast'; import type * as mdast from 'mdast'; -import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki'; import type { - Options as RemarkRehypeOptions, all as Handlers, one as Handler, + Options as RemarkRehypeOptions, } from 'remark-rehype'; +import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki'; import type * as unified from 'unified'; import type { VFile } from 'vfile'; |