@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>
9 lines (8 loc) • 401 B
TypeScript
import { NgDocPlaygroundOptions } from '@ng-doc/core';
import { NgDocAction } from '../../../types';
/**
* Renders playground point on the page, it will be rendered by the application
* @param pId - Playground id in the config
* @param options - Options for configuring the action
*/
export declare function playgroundAction(pId: string, options?: NgDocPlaygroundOptions): NgDocAction<string>;