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
/
break
/
data.d.ts
5 lines
(4 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
LabelValue
}
from
'../../model'
;
export
declare
const
optionsMap
:
Record
<
string
,
string
>;
export
declare
const
options
:
LabelValue
[];
export
declare
function
formatBreakTime
(
time
:
string
):
string
;