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: a1ea4c974a38603e62bd8cb8a997699a1b5eed5e (
plain
) (
blame
)
1
2
3
4
5
export
interface
TSidebarItem
{
name
:
string
;
icon
:
React
.
ReactElement
;
path
:
string
;
}