4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
import type { DocumentContextType } from './shared/types.js';
|
|
declare const documentContext: React.Context<DocumentContextType>;
|
|
export default documentContext;
|