Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created February 10, 2020 20:28
Show Gist options
  • Save surajitbasak109/039fa03c5db9c622246d0e5a109ee99f to your computer and use it in GitHub Desktop.
Save surajitbasak109/039fa03c5db9c622246d0e5a109ee99f to your computer and use it in GitHub Desktop.
import React from "react";
const SearchItemsList = ({ searchItems, cursor, selectItem }) => {
// ... more code ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment