[ci] format
This commit is contained in:
parent
839097c84e
commit
9cff515318
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
import type * as hast from 'hast';
|
import type * as hast from 'hast';
|
||||||
import type * as mdast from 'mdast';
|
import type * as mdast from 'mdast';
|
||||||
import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki';
|
|
||||||
import type {
|
import type {
|
||||||
Options as RemarkRehypeOptions,
|
|
||||||
all as Handlers,
|
all as Handlers,
|
||||||
one as Handler,
|
one as Handler,
|
||||||
|
Options as RemarkRehypeOptions,
|
||||||
} from 'remark-rehype';
|
} from 'remark-rehype';
|
||||||
|
import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki';
|
||||||
import type * as unified from 'unified';
|
import type * as unified from 'unified';
|
||||||
import type { VFile } from 'vfile';
|
import type { VFile } from 'vfile';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue