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
/
tabs
/
types.d.ts
7 lines
(6 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
TabDirective
}
from
'./tab.directive'
;
export
declare
type
TabAppearance
=
'default'
|
'pill'
;
export
interface
TabSelectEvent
{
index
:
number
;
tab
:
TabDirective
; }