3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
import type { OutlineContextType } from '../types.js';
|
|
export default function useOutlineContext(): OutlineContextType;
|