@ng-doc/builder
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
10 lines (9 loc) • 453 B
TypeScript
import { NgDocDemoActionOptions } from '@ng-doc/core';
import { NgDocAction } from '../../../types';
/**
* Render demo point on the page, it will be rendered by the application
* @param componentName - The title of the component class to render
* @param options - Options for configuring the action
* @returns The action output
*/
export declare function demoAction(componentName: string, options?: NgDocDemoActionOptions): NgDocAction<string>;