2.4.5 • Published 2 years ago

@types/jsreport-templates v2.4.5

Weekly downloads
223
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for jsreport-templates 2.4
// Project: https://github.com/jsreport/jsreport-templates
// Definitions by: pofider <https://github.com/pofider>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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.

2.4.3

2 years ago

2.4.5

2 years ago

2.4.4

2 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

5 years ago