Skip to content

Commit

Permalink
feat: React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Jan 29, 2025
1 parent b3c1ff4 commit 1ae71a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/theme-json-schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@ declare module "@theme/MonacoEditor" {
import type { Props } from "@theme/MonacoEditor"

export default function MonacoEditor(props: Props): JSX.Element

export type { MonacoEditorTypes, Props } from "@theme/MonacoEditor"

// Re-export Monaco own interface, in case people want to add custom validation, ...
export * as monaco from "monaco-editor/esm/vs/editor/editor.api"
}

0 comments on commit 1ae71a8

Please sign in to comment.