mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Use spyglass DocAndNode to store current file data
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { FileModel } from '../../services/index.js'
|
||||
import type { DocAndNode } from '@spyglassmc/core'
|
||||
|
||||
export * from './BiomeSourcePreview.js'
|
||||
export * from './BlockStatePreview.jsx'
|
||||
@@ -12,6 +12,6 @@ export * from './RecipePreview.jsx'
|
||||
export * from './StructureSetPreview.jsx'
|
||||
|
||||
export interface PreviewProps {
|
||||
model: FileModel
|
||||
docAndNode: DocAndNode
|
||||
shown: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user