UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

10 lines (9 loc) 232 B
import '../../stencil.core'; import { PropDefinition } from '../../interfaces/PropDefinition'; export declare class InputDef { /** * The property to display */ input: PropDefinition; render(): JSX.Element[]; }