@foxford/ui 2.0.10 → 2.0.11

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/dts/index.d.ts CHANGED
@@ -359,7 +359,7 @@ interface Theme {
359
359
  defaultInputControlsWidth: number | keyof typeof SizeInput | 'auto';
360
360
  domain?: string;
361
361
  utils?: {
362
- relBuilder?: (_hostname: string, _link?: string, _target?: string) => string;
362
+ relBuilder?: (_hostname: string, _link?: string, _target?: string) => undefined | string;
363
363
  };
364
364
  }
365
365