UNPKG
@epicpkgdemo/icons
Version:
latest (1.9.0)
1.9.0
1.8.0
Icon system for SlateUI
github.com/juristr/epicweb-slate-ui
juristr/epicweb-slate-ui
@epicpkgdemo/icons
/
dist
/
index.d.cts
10 lines
(8 loc)
•
230 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
const
icons
: {
readonly
close
:
"close-icon"
;
readonly
menu
:
"menu-icon"
;
readonly
search
:
"search-icon"
;
readonly
star
:
"star-icon"
; };
type
IconName
= keyof
typeof
icons;
export
{
type
IconName
, icons };