UNPKG
take-shot
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.9
0.0.8
0.0.7
0.0.6
Screenshots with JavaScript
github.com/sedmedgh/take-shot
sedmedgh/take-shot
take-shot
/
dist
/
types
/
css
/
property-descriptors
/
float.d.ts
10 lines
(9 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
IPropertyIdentValueDescriptor
}
from
'../IPropertyDescriptor'
;
export
declare
const
enum
FLOAT
{
NONE
=
0
,
LEFT
=
1
,
RIGHT
=
2
,
INLINE_START
=
3
,
INLINE_END
=
4
}
export
declare
const
float
:
IPropertyIdentValueDescriptor
<
FLOAT
>;