Files
Shifted/node_modules/react-docgen/dist/utils/setPropDescription.d.ts
2026-02-10 01:14:19 +00:00

5 lines
388 B
TypeScript

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