@useloops/design-system 1.4.28 → 1.4.29

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
@@ -807,7 +807,6 @@ interface Props {
807
807
  mode?: PaletteMode;
808
808
  screenSize?: ScreenSize;
809
809
  direction?: Direction;
810
- ignoreBaseline?: boolean;
811
810
  }
812
811
  declare const ThemeProvider: FunctionComponent<Props>;
813
812