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
/
esm
/
ArrowSmallDownIcon.d.ts
5 lines
(4 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
FunctionalComponent
,
HTMLAttributes
,
VNodeProps
}
from
'vue'
;
/**
@deprecated
*/
declare
const
ArrowSmallDownIcon
:
FunctionalComponent
<
HTMLAttributes
&
VNodeProps
>;
export
default
ArrowSmallDownIcon
;