'use client'; import { createContext } from 'react'; import type { OutlineContextType } from './shared/types.js'; export default createContext(null);