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 150 B
/** * Split a path to segments. */ export declare const splitToSegments: (path: string) => string[]; //# sourceMappingURL=split-to-segments.d.ts.map