// local imports import type { TPowerKContextTypeExtended } from "../types"; type TArgs = { activeContext: TPowerKContextTypeExtended | null; }; export const useExtendedContextIndicator = (_args: TArgs): string | null => null;