volleyball-dev-frontend/node_modules/react-pdf/dist/cjs/OutlineContext.d.ts
2025-06-02 16:42:16 +00:00

4 lines
157 B
TypeScript

import type { OutlineContextType } from './shared/types.js';
declare const outlineContext: React.Context<OutlineContextType>;
export default outlineContext;