UNPKG
@vectrejs/vectre
Version:
latest (1.1.0)
unstable (1.0.0-0)
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-0
0.0.0
Complete implementation of Spectre.css on Vue 2.x
github.com/vectrejs/vectre
vectrejs/vectre
@vectrejs/vectre
/
types
/
components
/
Breadcrumb
/
Breadcrumb.d.ts
10 lines
(9 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
tsx
from
'vue-tsx-support'
;
import
{
Crumb
}
from
'./Crumb'
;
export
declare
const
Breadcrumb
:
import
(
"vue"
).
VueConstructor
<{
_tsxattrs
: tsx.
TsxComponentAttrs
<{
crumbs
:
Crumb
[]; } & {}, {}, {}>; } &
import
(
"vue"
).
default
& {
crumbs
:
Crumb
[]; }>;