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
/
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
const
enum
OVERFLOW_WRAP
{
NORMAL
=
"normal"
,
BREAK_WORD
=
"break-word"
}
export
declare
const
overflowWrap
:
IPropertyIdentValueDescriptor
<
OVERFLOW_WRAP
>;