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