UNPKG

324 BTypeScriptView Raw
1import type { Handler } from './index.js';
2/**
3 * This handler tries to find flow and TS Type annotated react components and extract
4 * its types to the documentation. It also extracts docblock comments which are
5 * inlined in the type definition.
6 */
7declare const codeTypeHandler: Handler;
8export default codeTypeHandler;