export interface NodeProps { node: T; indexPath: number[]; }