UNPKG
@theshadow27/heroicons-vue
Version:
insiders (0.0.0-insiders.e795392)
latest (2.1.4)
2.1.4
0.0.0-insiders.e795392
github.com/theshadow27/heroicons
theshadow27/heroicons
@theshadow27/heroicons-vue
/
24
/
outline
/
ArrowLongRightIcon.d.ts
4 lines
(3 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
import
type
{
FunctionalComponent
,
HTMLAttributes
,
VNodeProps
}
from
'vue'
;
declare
const
ArrowLongRightIcon
:
FunctionalComponent
<
HTMLAttributes
&
VNodeProps
>;
export
default
ArrowLongRightIcon
;