UNPKG

322 BTypeScriptView Raw
1import { NodePath } from 'ast-types/lib/node-path';
2import Documentation from '../Documentation';
3/**
4 * Extracts the name of the component from a class-style component
5 * @param documentation
6 * @param path
7 */
8export default function classDisplayNameHandler(documentation: Documentation, path: NodePath): Promise<void>;