UNPKG

209 BTypeScriptView Raw
1import type { Handler } from './index.js';
2/**
3 * Finds the nearest block comment before the component definition.
4 */
5declare const componentDocblockHandler: Handler;
6export default componentDocblockHandler;