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.
8 lines • 515 B
TypeScript
export declare const defaultIndentationMultiplier = 15;
/** Padding used by the FlashList header/footer component. Total header height = 2 * this value. */
export declare const listHeaderFooterPadding = 5;
/** Estimated/default row height in px. Used as FlashList's estimatedItemSize and as
* the drag-and-drop fallback height before a row has been measured (kept in one
* place so the two never silently diverge). */
export declare const defaultItemHeight = 36;
//# sourceMappingURL=treeView.constants.d.ts.map