mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
added default export for angular-formly
This commit is contained in:
Vendored
+5
@@ -9,6 +9,11 @@ declare module 'AngularFormly' {
|
||||
export = AngularFormly;
|
||||
}
|
||||
|
||||
declare module 'angular-formly' {
|
||||
var angularFormlyDefaultExport: string;
|
||||
export = angularFormlyDefaultExport;
|
||||
}
|
||||
|
||||
declare module AngularFormly {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user