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