design-system-silkhaus 2.18.0-beta.app-components.9 → 2.18.0-beta.app-components.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
@@ -476,6 +476,8 @@ export declare const GearOutlinedIcon: FC<{
476
476
  className?: string;
477
477
  }>;
478
478
 
479
+ export declare const getScreenSize: (width: number) => ScreenSize;
480
+
479
481
  export declare const Grid: React_2.ForwardRefExoticComponent<GridProps & React_2.RefAttributes<HTMLDivElement>>;
480
482
 
481
483
  export declare interface GridProps extends React_2.HTMLAttributes<HTMLDivElement>, Omit<GridVariantProps, 'optional'> {