@types/jsreport-templates
TypeScript icon, indicating that this package has built-in type declarations

2.4.5 • Public • Published

Installation

npm install --save @types/jsreport-templates

Summary

This package contains type definitions for jsreport-templates (https://github.com/jsreport/jsreport-templates).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsreport-templates.

index.d.ts

import { ExtensionDefinition, TemplateBase } from "jsreport-core";

declare namespace JsReportTemplates {
    interface NamedTemplate extends TemplateBase {
        name?: string | undefined;
    }
}

declare module "jsreport-core" {
    interface TemplateRegistry {
        NamedTemplate: JsReportTemplates.NamedTemplate;
    }
}

declare function JsReportTemplates(): ExtensionDefinition;

export = JsReportTemplates;

Additional Details

Credits

These definitions were written by pofider.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jsreport-templates

Weekly Downloads

835

Version

2.4.5

License

MIT

Unpacked Size

3.55 kB

Total Files

5

Last publish

Collaborators

  • types