3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
import type { PageContextType } from '../types.js';
|
|
export default function usePageContext(): PageContextType;
|