@useloops/design-system 1.4.349 → 1.4.350

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
@@ -1452,6 +1452,7 @@ interface LikertProps {
1452
1452
  declare const Likert: FunctionComponent<LikertProps>;
1453
1453
 
1454
1454
  interface LoaderProps {
1455
+ fullscreen?: boolean;
1455
1456
  }
1456
1457
  declare const Loader: FunctionComponent<LoaderProps>;
1457
1458