UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

5 lines 216 B
/** * Checks if the both routes have the same number of segments. */ export declare const isSegmentCountsSame: (route: string, resourceRoute: string) => boolean; //# sourceMappingURL=is-segment-counts-same.d.ts.map