UNPKG
@js-sugar/angular-bootstrap
Version:
latest (14.3.0)
14.3.0
14.2.0
14.1.1
14.0.0
11.3.6
11.3.5
11.3.4
11.3.3
11.3.1
11.3.0
11.2.0
11.1.1
11.1.0
JS-Sugar Bootstrap components for Angular
@js-sugar/angular-bootstrap
/
lib
/
components
/
button
/
types.d.ts
3 lines
(2 loc)
•
196 B
TypeScript
View Raw
1
2
3
export
declare
type
ButtonSize =
'small'
|
'default'
|
'large'
;
export
declare
type
ButtonKind =
'primary'
|
'secondary'
|
'success'
|
'danger'
|
'warning'
|
'info'
|
'light'
|
'dark'
|
'link'
;