@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.
10 lines • 334 B
text/typescript
import type { BaseKey } from "../../../contexts/data/types";
/**
* Returns the id from the router.
*
* Additionally, if an id is provided as a parameter, it will be used instead of the inferred id.
*
* @internal usage only
*/
export declare const useId: (id?: BaseKey) => BaseKey | undefined;
//# sourceMappingURL=index.d.ts.map