@yselimcan/ui 0.0.14 → 0.0.16

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
@@ -4,6 +4,7 @@ import { Button as Button_2 } from '@base-ui/react/button';
4
4
  import { Checkbox as Checkbox_2 } from '@base-ui/react/checkbox';
5
5
  import { ClassProp } from 'class-variance-authority/types';
6
6
  import { ClassValue } from 'clsx';
7
+ import { Collapsible as Collapsible_2 } from '@base-ui/react/collapsible';
7
8
  import { Combobox as Combobox_2 } from '@base-ui/react';
8
9
  import { Command as Command_2 } from 'cmdk';
9
10
  import { DayButton } from 'react-day-picker';
@@ -186,6 +187,12 @@ export declare function Checkbox({ className, ...props }: Checkbox_2.Root.Props)
186
187
 
187
188
  export declare function cn(...inputs: ClassValue[]): string;
188
189
 
190
+ export declare function Collapsible({ ...props }: Collapsible_2.Root.Props): JSX.Element;
191
+
192
+ export declare function CollapsibleContent({ ...props }: Collapsible_2.Panel.Props): JSX.Element;
193
+
194
+ export declare function CollapsibleTrigger({ ...props }: Collapsible_2.Trigger.Props): JSX.Element;
195
+
189
196
  export declare const Combobox: typeof Combobox_2.Root;
190
197
 
191
198
  export declare function ComboboxChip({ className, children, showRemove, ...props }: Combobox_2.Chip.Props & {