mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
6 lines
227 B
TypeScript
6 lines
227 B
TypeScript
import type { Params } from "react-router";
|
|
// local imports
|
|
import type { TPowerKContextTypeExtended } from "./types";
|
|
|
|
export const detectExtendedContextFromURL = (_params: Params): TPowerKContextTypeExtended | null => null;
|