UNPKG

@alpernative/tree

Version:

[`@alpernative/tree`](https://www.npmjs.com/package/@alpernative/tree) is a high-performance, customizable tree component for React. It provides a wide range of features, including virtualization, drag-and-drop, and nested drag-and-drop support.

3 lines (2 loc) 124 B
import { Any } from '../types'; export declare const sameProps: (oldProps: Any, newProps: Any, props: string[]) => boolean;