This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add TODO.
main
Titouan Rigoudy
4 years ago
parent
178319f949
commit
fa719ec77c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/SearchableList.tsx
+ 1
- 0
src/components/SearchableList.tsx
View File
@ -11,6 +11,7 @@ interface ListProps<Item> {
refresh
:
(
)
=
>
void
;
}
// TODO: Add search box.
function
SearchableList
<
Item
>
(
ItemComponent
:
ComponentType
<
ItemProps
<
Item
>
>
)
:
FC
<
ListProps
<
Item
>
>
{
Write
Preview
Loading…
Cancel
Save