Files
DefinitelyTyped/umbraco/index.d.ts

11 lines
367 B
TypeScript

// Type definitions for Umbraco v7.2.8
// Project: https://github.com/umbraco
// Definitions by: DeCareSystemsIreland <https://github.com/DeCareSystemsIreland>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="umbraco-resources.d.ts" />
/// <reference path="umbraco-services.d.ts" />
export as namespace umb;
export = umbraco;