mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-25 05:35:55 +08:00
replace internal module to namespace
This commit is contained in:
2
angular-formly/angular-formly.d.ts
vendored
2
angular-formly/angular-formly.d.ts
vendored
@@ -14,7 +14,7 @@ declare module 'angular-formly' {
|
||||
export = angularFormlyDefaultExport;
|
||||
}
|
||||
|
||||
declare module AngularFormly {
|
||||
declare namespace AngularFormly {
|
||||
|
||||
interface IFieldArray extends Array<IFieldConfigurationObject | IFieldGroup> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user