UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
packaging
/
templates
/
data
/
desktop-entry.d.ts
6 lines
(5 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
getDataDesktopEntry
:
(
params
: { friendlyName:
string
; appID:
string
; keywords?:
string
[]; }
) =>
string
;