/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { DocNode, IDocNodeParameters } from '@microsoft/tsdoc'; /** * Constructor parameters for {@link DocHeading}. */ export interface DocHeadingParameters extends IDocNodeParameters { title: string; level?: number; } /** * Represents a section header similar to an HTML `