@lctafrica/ui 1.2.3 → 1.2.5

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.
@@ -11,7 +11,7 @@ export declare function ButtonGroupText({ className, asChild, ...props }: React.
11
11
  export declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
12
12
  export type ButtonGroupOption<T> = {
13
13
  label: string;
14
- Icon?: ReactNode;
14
+ optionLeft?: ReactNode;
15
15
  value: T;
16
16
  };
17
17
  export type ButtonGroupProps<T> = {