@antscorp/ama-ui 0.0.42 → 0.0.44
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.
- package/dist/ama-ui.es.js +16 -6
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -241,6 +241,8 @@ export declare const ConfigProvider: default_2.FC<ConfigProviderProps>;
|
|
|
241
241
|
declare interface ConfigProviderProps extends ConfigProviderProps_2 {
|
|
242
242
|
/** An optional prop */
|
|
243
243
|
optional?: string;
|
|
244
|
+
/** An optional prop */
|
|
245
|
+
language?: "en" | "vi";
|
|
244
246
|
}
|
|
245
247
|
|
|
246
248
|
export declare const DatePicker: default_2.FC<DatePickerProps>;
|