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
/
float.d.ts
10 lines
(9 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
IPropertyIdentValueDescriptor
}
from
'../IPropertyDescriptor'
;
export
declare
enum
FLOAT
{
NONE
=
0
,
LEFT
=
1
,
RIGHT
=
2
,
INLINE_START
=
3
,
INLINE_END
=
4
}
export
declare
const
float
:
IPropertyIdentValueDescriptor
<
FLOAT
>;