UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

5 lines 150 B
/** * Split a path to segments. */ export declare const splitToSegments: (path: string) => string[]; //# sourceMappingURL=split-to-segments.d.ts.map