mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
21 lines
486 B
TypeScript
21 lines
486 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-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 namespace umbraco {
|
|
|
|
}
|
|
|