UNPKG
sk-soil-input-form
Version:
latest (2.3.3)
2.3.3
2.3.2
2.3.1
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
Add a soil input form to Angular2 projects.
sk-soil-input-form
/
module
/
soil-pit-form
/
soil-data-defs
/
surface-expression.enum.d.ts
12 lines
(11 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
enum
SurfaceExpression
{
'Hummocky'
=
0
,
'Level'
=
1
,
'Inclined'
=
2
,
'Rolling'
=
3
,
'Ridged'
=
4
,
'Steep'
=
5
,
'Terraced'
=
6
,
'Undulating'
=
7
,
'Veneer'
=
8
, }