UNPKG
@gdyfe/ssml
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.4
1.4.3
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.0
SSML语法编辑器
github.com/laev/ssml-editor
laev/ssml-editor
@gdyfe/ssml
/
dist
/
core
/
base.d.ts
9 lines
(8 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
type
SlateElement
}
from
'@wangeditor/editor'
;
import
type
{
SSMLElementType
}
from
'./custom-types'
;
export
type
EmptyText
= {
text
:
''
; };
export
interface
SSMLBaseElement
extends
SlateElement
{
type
:
SSMLElementType
; }