2.4.5 • Published 2 years ago
@types/jsreport-templates v2.4.5
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
- Last updated: Thu, 08 Jul 2021 16:22:58 GMT
- Dependencies: @types/jsreport-core
- Global values: none
Credits
These definitions were written by pofider.