UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

8 lines (6 loc) 218 B
import type { Constrain } from './utils' export interface OptionalStructuralSharing<TStructuralSharing, TConstraint> { readonly structuralSharing?: | Constrain<TStructuralSharing, TConstraint> | undefined }