UNPKG
lorehub
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Capture and surface the collective wisdom of your codebase
github.com/RoeeJ/lorehub
RoeeJ/lorehub
lorehub
/
dist
/
cli
/
components
/
Help.d.ts
7 lines
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
interface
HelpProps
{
context
:
'list'
|
'search'
|
'add'
|
'general'
; }
export
declare
function
Help
(
{ context }:
HelpProps
):
React
.
JSX
.
Element
;
export
{};
//# sourceMappingURL=Help.d.ts.map