forstok-ui-lib 8.3.1 → 8.3.3

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
@@ -195,6 +195,7 @@ type TOption = {
195
195
  postalCode?: string;
196
196
  localId?: string;
197
197
  isDisabled?: boolean | null;
198
+ momentValue?: Moment[];
198
199
  option?: {
199
200
  readonly value: any;
200
201
  readonly label: string;