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 • 347 B
TypeScript
import React from "react";
import { ExpandIconProps } from "src/types/treeView.types";
export declare const CustomExpandCollapseIcon: React.MemoExoticComponent<typeof _CustomExpandCollapseIcon>;
declare function _CustomExpandCollapseIcon(props: ExpandIconProps): React.JSX.Element;
export {};
//# sourceMappingURL=CustomExpandCollapseIcon.d.ts.map