componentDocblockHandler.d.ts 209 B

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