@frigade/react 1.32.54 → 1.32.56

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/lib/index.d.ts CHANGED
@@ -546,7 +546,7 @@ declare function useOrganization(): {
546
546
  };
547
547
 
548
548
  declare function Label({ title, required, appearance, }: {
549
- title: string;
549
+ title?: string;
550
550
  required: boolean;
551
551
  appearance?: Appearance;
552
552
  }): JSX.Element;