design-system-silkhaus 2.4.0-beta.mission-values.1 → 2.4.0-beta.mission-values.2

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
@@ -7,6 +7,7 @@ import { HTMLAttributes } from 'react';
7
7
  import { ModifiersShape } from 'react-dates';
8
8
  import { Moment } from 'moment';
9
9
  import { Placement } from '@floating-ui/react';
10
+ import { Props } from 'simplebar-react';
10
11
  import { PropsWithChildren } from 'react';
11
12
  import * as React_2 from 'react';
12
13
  import { ReactNode } from 'react';
@@ -502,6 +503,11 @@ export declare const RulerRegularIcon: FC<{
502
503
 
503
504
  export declare type ScreenSize = 'mobile' | 'tablet' | 'desktop';
504
505
 
506
+ export declare const Scrollbar: FC<ScrollbarProps>;
507
+
508
+ export declare interface ScrollbarProps extends Props {
509
+ }
510
+
505
511
  export declare const SlickImageCarousel: default_2.ForwardRefExoticComponent<SlickImageCarouselProps & default_2.RefAttributes<HTMLDivElement>>;
506
512
 
507
513
  export declare type SlickImageCarouselProps = {