UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

10 lines (9 loc) 152 B
export declare class OutputDef { /** * The property to display */ output: { [key: string]: any; }; render(): any[]; }