@types/markdown-it-plantuml
TypeScript icon, indicating that this package has built-in type declarations

1.4.5 • Public • Published

Installation

npm install --save @types/markdown-it-plantuml

Summary

This package contains type definitions for markdown-it-plantuml (https://github.com/gmunguia/markdown-it-plantuml#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-plantuml.

import MarkdownIt = require("markdown-it");

declare namespace markdownItPlantuml {
    interface Options {
        closeMarker?: string | undefined;
        diagramName?: string | undefined;
        generateSource?: ((umlCode: string, pluginOptions: Options) => string) | undefined;
        imageFormat?: string | undefined;
        openMarker?: string | undefined;
        render?: MarkdownIt.Renderer.RenderRule | undefined;
        server?: string | undefined;
    }
}

declare const markdownItPlantuml: MarkdownIt.PluginWithOptions<markdownItPlantuml.Options>;
export = markdownItPlantuml;

Additional Details

Credits

These definitions were written by Gerardo Munguia.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/markdown-it-plantuml

    Weekly Downloads

    527

    Version

    1.4.5

    License

    MIT

    Unpacked Size

    3.94 kB

    Total Files

    5

    Last publish

    Collaborators

    • types