Files
Shifted/node_modules/react-docgen/dist/handlers/componentDocblockHandler.d.ts
2026-02-10 01:14:19 +00:00

7 lines
209 B
TypeScript

import type { Handler } from './index.js';
/**
* Finds the nearest block comment before the component definition.
*/
declare const componentDocblockHandler: Handler;
export default componentDocblockHandler;