UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

11 lines (10 loc) 256 B
import '../../stencil.core'; import { PropDefinition } from '../../interfaces/PropDefinition'; export declare class MethodDef { /** * The property to display */ method: PropDefinition; private nameless; render(): JSX.Element[]; }