UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
utils
/
icons.d.ts
7 lines
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
getDarkIconPath
:
(
iconName
:
string
) =>
string
;
export
declare
const
getLightIconPath
:
(
iconName
:
string
) =>
string
;
export
declare
const
getIconPack
:
(
iconName
:
string
) =>
{
dark
:
string
;
light
:
string
; };
//# sourceMappingURL=icons.d.ts.map