UNPKG

react-native-tree-multi-select

Version:

A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.

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