react-native-tree-multi-select
Version:
A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.
6 lines • 380 B
TypeScript
import React from "react";
import { type ExpandIconProps } from "../types/treeView.types";
export declare const CustomExpandCollapseIcon: React.MemoExoticComponent<typeof _CustomExpandCollapseIcon>;
declare function _CustomExpandCollapseIcon(props: ExpandIconProps): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=CustomExpandCollapseIcon.d.ts.map