gd-bs 5.8.9 → 5.9.2

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/gd-bs.d.ts CHANGED
@@ -1501,7 +1501,8 @@ declare module 'gd-bs/components/inputGroup/types' {
1501
1501
 
1502
1502
  /** Input Group File Value */
1503
1503
  export interface IInputGroupFileValue {
1504
-
1504
+ data: ArrayBuffer;
1505
+ name: string;
1505
1506
  }
1506
1507
 
1507
1508
  /**