UNPKG
vue3-icon-picker
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
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
Vue 3 icon picker
github.com/noeGnh/vue3-icon-picker
noeGnh/vue3-icon-picker
vue3-icon-picker
/
types
/
cache.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
export
declare
function
getIconFromCache
(
iconId
:
string
):
string
|
undefined
;
export
declare
function
setIconInCache
(
iconId
:
string
,
svg
:
string
):
void
;