forked from Archives/Athou_commafeed
fix build
This commit is contained in:
@@ -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