monkey-style-guide 21.2.3 → 21.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1157,12 +1157,6 @@ declare class MonkeyInputDateRangeComponent implements MonkeyFormFieldControl, C
|
|
|
1157
1157
|
static ngAcceptInputType_required: unknown;
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
|
-
/** ************************
|
|
1161
|
-
* Copyright Monkey Exchange. All Rights Reserved
|
|
1162
|
-
* This style guide was developed by Monkey Exchange Team
|
|
1163
|
-
* MIT Licence
|
|
1164
|
-
************************* */
|
|
1165
|
-
|
|
1166
1160
|
interface Country {
|
|
1167
1161
|
iso: string;
|
|
1168
1162
|
code: string;
|
|
Binary file
|