UNPKG
@wellness-icons/vue
Version:
insiders (0.0.0-insiders.2d76067)
latest (0.0.4)
2.0.13
0.0.4
0.0.0-insiders.ef102a5
0.0.0-insiders.e1a0549
0.0.0-insiders.cdedd9f
0.0.0-insiders.3c0e16b
0.0.0-insiders.2d76067
github.com/saunaworlds/wellness-icons
saunaworlds/wellness-icons
@wellness-icons/vue
/
24
/
outline
/
esm
/
CaravanIcon.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
type
{
FunctionalComponent
,
HTMLAttributes
,
VNodeProps
}
from
'vue'
;
declare
const
CaravanIcon
:
FunctionalComponent
<
HTMLAttributes
&
VNodeProps
>;
export
default
CaravanIcon
;