[ci] format
This commit is contained in:
parent
05caf445d4
commit
e64351eb5c
1 changed files with 4 additions and 1 deletions
|
@ -1033,7 +1033,10 @@ export interface MarkdownInstance<T extends Record<string, any>> {
|
||||||
|
|
||||||
type MD = MarkdownInstance<Record<string, any>>;
|
type MD = MarkdownInstance<Record<string, any>>;
|
||||||
|
|
||||||
export type MDXInstance<T extends Record<string, any>> = Omit<MarkdownInstance<T>, 'rawContent' | 'compiledContent'>;
|
export type MDXInstance<T extends Record<string, any>> = Omit<
|
||||||
|
MarkdownInstance<T>,
|
||||||
|
'rawContent' | 'compiledContent'
|
||||||
|
>;
|
||||||
|
|
||||||
export interface MarkdownLayoutProps<T extends Record<string, any>> {
|
export interface MarkdownLayoutProps<T extends Record<string, any>> {
|
||||||
frontmatter: {
|
frontmatter: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue