7 lines
209 B
TypeScript
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;
|