UNPKG
legions-thirdparty-plugin
Version:
latest (0.0.9)
0.0.9
0.0.8
常用工具类操作方法
github.com/duanguang/lerna-legion-library.git
legions-thirdparty-plugin
/
api
/
html2canvas
/
css
/
property-descriptors
/
overflow-wrap.d.ts
7 lines
(6 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IPropertyIdentValueDescriptor
}
from
'../IPropertyDescriptor'
;
export
declare
enum
OVERFLOW_WRAP
{
NORMAL
=
"normal"
,
BREAK_WORD
=
"break-word"
}
export
declare
const
overflowWrap
:
IPropertyIdentValueDescriptor
<
OVERFLOW_WRAP
>;