UNPKG
cfc-ui-test
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Design System do Conselho Federal de Contabilidade baseado no govbr-ds
cfc-ui-test
/
lib
/
models
/
breadcrumb.model.d.ts
12 lines
(11 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
BreadcrumbLink
{
label
:
string
;
url
?:
string
;
target
?:
string
;
home
?:
boolean
;
active
?:
boolean
;
tooltipText
?:
string
;
tooltipPlace
?:
string
;
tooltipType
?:
string
;
tooltipTimer
?:
string
; }