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
/
VerticalMenu
/
VerticalMenu.d.ts
11 lines
(10 loc)
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
*
as
tsx
from
'vue-tsx-support'
;
export
declare
const
VerticalMenu
:
import
(
"vue"
).
VueConstructor
<{
_tsxattrs
: tsx.
TsxComponentAttrs
<{} & {
active
?:
string
|
number
;
items
?:
any
; }, {}, {}>; } &
import
(
"vue"
).
default
& {
items
:
any
;
active
:
string
|
number
; }>;