ui(client): add insertHtml for MduiPatchedTextArea
This commit is contained in:
3
client/env.d.ts
vendored
3
client/env.d.ts
vendored
@@ -6,8 +6,9 @@ declare global {
|
||||
namespace React {
|
||||
namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
'input-element': {
|
||||
'mdui-patched-textarea': {
|
||||
'value'?: string
|
||||
insertHtml: (html: string) => void
|
||||
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user