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
/
components
/
toolbar
/
continuous-menu
/
continuous-fn.d.ts
8 lines
(7 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
type
IDomEditor
}
from
'@wangeditor/editor'
;
import
BaseFn
from
'../../../components/toolbar/base-fn'
;
export
declare
class
ContinuousFn
extends
BaseFn
{
constructor
(
editor
:
IDomEditor
);
isDisabled
():
boolean
;
exec
():
void
; }