mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
21 lines
479 B
TypeScript
21 lines
479 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/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="umbraco-services.d.ts" />
|
|
/// <reference path="umbraco-resources.d.ts" />
|
|
|
|
// Collapse umbraco into umb
|
|
import umb = umbraco;
|
|
|
|
// Support AMD require
|
|
declare module 'umbraco' {
|
|
export = umbraco;
|
|
}
|
|
|
|
declare module umbraco {
|
|
|
|
}
|
|
|