design-system-silkhaus 2.1.2 → 2.1.3-beta.export-utils.1

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
@@ -1,5 +1,6 @@
1
1
  import { CalendarDayShape } from 'react-dates';
2
2
  import { ClassProp } from 'class-variance-authority/types';
3
+ import { ClassValue } from 'clsx';
3
4
  import { default as default_2 } from 'react';
4
5
  import { FC } from 'react';
5
6
  import { ForwardRefExoticComponent } from 'react';
@@ -200,6 +201,8 @@ export declare const CloseIcon: FC<{
200
201
  className?: string;
201
202
  }>;
202
203
 
204
+ export declare function cn(...inputs: ClassValue[]): string;
205
+
203
206
  export declare const DateRangePicker: default_2.ForwardRefExoticComponent<DateRangePickerProps & default_2.RefAttributes<HTMLDivElement>>;
204
207
 
205
208
  declare interface DateRangePickerProps {