@useloops/design-system 1.4.8 → 1.4.10

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
@@ -792,6 +792,7 @@ interface Props {
792
792
  children: any;
793
793
  mode?: PaletteMode;
794
794
  screenSize?: ScreenSize;
795
+ ignoreBaseline?: boolean;
795
796
  }
796
797
  declare const ThemeProvider: FunctionComponent<Props>;
797
798