UNPKG
vuetify-swatches
Version:
latest (2.1.0)
next (1.3.6)
vuetify2 (1.0.8)
2.1.0
2.0.0
1.8.0
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.0
1.6.2
1.6.0
1.5.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.1
1.4.0
1.3.12
1.3.10
1.3.9
1.3.8
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.1.3
0.1.1
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Color Swatch component for Vuetify3.
github.com/logue/vuetify-swatches
logue/vuetify-swatches
vuetify-swatches
/
dist
/
index.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
{
default
as
VSwatches
}
from
'./components/VSwatches.vue'
;
declare
const
installVSwatches
:
(
app
:
any
) =>
void
;
export
{
VSwatches
as
default
, installVSwatches
as
install };