index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
web
/
components
/
shared
/
sidebar
/
TSidebarItem.ts
blob: 84cd58f56158f24dbd5e99cfe35687e69d264f62 (
plain
) (
blame
)
1
2
3
4
5
export
interface
TSidebarItem
{
name
:
string
;
icon
:
JSX
.
Element
;
path
:
string
;
}