3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import type { DocumentContextType } from '../types.js';
|
|
export default function useDocumentContext(): DocumentContextType;
|