UNPKG
vue-admin-core
Version:
latest (0.0.1-Alpha.21)
0.0.1-Alpha.21
0.0.1-Alpha.20
0.0.1-Alpha.19
0.0.1-Alpha.18
0.0.1-Alpha.17
0.0.1-Alpha.16
0.0.1-Alpha.15
0.0.1-Alpha.14
0.0.1-Alpha.13
0.0.1-Alpha.12
0.0.1-Alpha.11
0.0.1-Alpha.10
0.0.1-Alpha.9
0.0.1-Alpha.8
0.0.1-Alpha.7
0.0.1-Alpha.5
0.0.1-Alpha.4
0.0.1-Alpha.3
0.0.1-Alpha.2
0.0.1-Alpha.1
A Component Library for Vue 3
github.com/element-plus/element-plus
element-plus/element-plus
vue-admin-core
/
lib
/
components
/
msg-editor
/
src
/
paragraph
/
elem-to-html.d.ts
12 lines
(11 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@description
to html *
@author
wangfupeng
*/
import
{
SlateElement
}
from
"@wangeditor/editor"
;
declare
function
pToHtml
(
elem
:
SlateElement
,
childrenHtml
:
string
):
string
;
declare
const
_default
: {
type
:
string
;
elemToHtml
:
typeof
pToHtml; };
export
default
_default;