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