UNPKG
estat-icons
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.0
estat.pro icons
github.com/estat-pro/icons
estat-pro/icons
estat-icons
/
dist
/
outline
/
RefreshIcon.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
type
{
FunctionalComponent
,
HTMLAttributes
,
VNodeProps
}
from
'vue'
;
declare
const
RefreshIcon
:
FunctionalComponent
<
HTMLAttributes
&
VNodeProps
>;
export
default
RefreshIcon
;