design-system-silkhaus 2.16.2-beta.buttonfix → 2.16.2-beta.buttonfix.1

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/index.d.ts CHANGED
@@ -331,6 +331,8 @@ declare interface DateRangePickerProps {
331
331
  _mobileDaySize?: number;
332
332
  mobileBreakPoint?: number;
333
333
  isAdjustHeightForViewport?: boolean;
334
+ primaryBtnType?: 'button' | 'submit' | 'reset';
335
+ secondaryBtnType?: 'button' | 'submit' | 'reset';
334
336
  }
335
337
 
336
338
  export declare const DeleteIcon: FC<{