docs: finalize walkthrough for MDX migration and diagram styling
This commit is contained in:
12
apps/web/.contentlayer/generated/index.d.ts
vendored
Normal file
12
apps/web/.contentlayer/generated/index.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// NOTE This file is auto-generated by Contentlayer
|
||||
|
||||
import { Post, DocumentTypes, DataExports } from './types'
|
||||
import { SourceProvideSchemaErrorJSON, SourceFetchDataErrorJSON } from 'contentlayer2/core'
|
||||
|
||||
export * from './types'
|
||||
|
||||
export declare const allPosts: Post[]
|
||||
|
||||
export declare const allDocuments: DocumentTypes[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user