UNPKG

388 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2import type Documentation from '../Documentation.js';
3import type { ObjectMethod, ObjectProperty, ObjectTypeProperty, TSPropertySignature } from '@babel/types';
4export default function setPropDescription(documentation: Documentation, propertyPath: NodePath<ObjectMethod | ObjectProperty | ObjectTypeProperty | TSPropertySignature>): void;