@bluemarble/bm-components 0.0.23 → 0.0.26
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.
|
@@ -5,5 +5,5 @@ interface LargeButtonProps extends ButtonProps {
|
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
CircularProgressProps?: CircularProgressProps;
|
|
7
7
|
}
|
|
8
|
-
export declare const LargeButton: ({ loading, children, CircularProgressProps, ...rest }: LargeButtonProps) => JSX.Element;
|
|
8
|
+
export declare const LargeButton: ({ loading, children, CircularProgressProps, sx, ...rest }: LargeButtonProps) => JSX.Element;
|
|
9
9
|
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -179,7 +179,7 @@ interface LargeButtonProps extends ButtonProps {
|
|
|
179
179
|
children: ReactNode;
|
|
180
180
|
CircularProgressProps?: CircularProgressProps;
|
|
181
181
|
}
|
|
182
|
-
declare const LargeButton: ({ loading, children, CircularProgressProps, ...rest }: LargeButtonProps) => JSX.Element;
|
|
182
|
+
declare const LargeButton: ({ loading, children, CircularProgressProps, sx, ...rest }: LargeButtonProps) => JSX.Element;
|
|
183
183
|
|
|
184
184
|
interface InputSelectCellProps {
|
|
185
185
|
options: any[];
|