UNPKG

react-native-tree-multi-select

Version:

Super-fast, customizable tree view component for React Native with drag-and-drop reordering, multi-selection, and search filtering.

5 lines (3 loc) 138 B
import { memo } from "react"; /** wrapper for memo that works with generic components. */ export const typedMemo: <T>(c: T) => T = memo;