UNPKG
@experteam-mx/ngx-input-number
Version:
latest (18.0.2)
18.0.2
18.0.1
18.0.0
4.1.32
4.1.31
4.1.3
4.1.2
4.1.1
4.1.0
4.0.43
4.0.42
4.0.41
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.0
3.1.0
3.0.0
2.0.0
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.10
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
0.0.0-watch
Angular input number for Experteam apps
@experteam-mx/ngx-input-number
/
lib
/
types.d.ts
13 lines
(12 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
Provider
}
from
'@angular/core'
;
export
declare
class
inputConfigs
{
groupSeparator
?:
string
;
radixPoint
?:
string
;
lblKeyInvalid
?:
string
;
max
?:
number
;
decimals
?:
number
;
negative
?:
boolean
; }
export
declare
class
inputConfigsHelp
{
config
?:
Provider
; }