forked from Archives/Athou_commafeed
fix build
This commit is contained in:
@@ -6,7 +6,7 @@ import { type ReactNode } from "react"
|
||||
interface CodeEditorProps {
|
||||
description?: ReactNode
|
||||
language: "css" | "javascript"
|
||||
value: string
|
||||
value?: string
|
||||
onChange: (value: string | undefined) => void
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ const init = async () => {
|
||||
interface RichCodeEditorProps {
|
||||
height: number | string
|
||||
language: "css" | "javascript"
|
||||
value: string
|
||||
value?: string
|
||||
onChange: (value: string | undefined) => void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user