DefinitelyTyped/types/umbraco/index.d.ts
Leonard Thieu 1c3565933c :(
2017-06-13 13:00:42 -04:00

12 lines
394 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
// TypeScript Version: 2.3
/// <reference path="umbraco-resources.d.ts" />
/// <reference path="umbraco-services.d.ts" />
export as namespace umb;
export = umbraco;