@hybr1d-tech/charizard 0.7.83 → 0.7.84
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -475,7 +475,7 @@ declare interface DateRangePickerProps extends PropsRange {
|
|
|
475
475
|
size?: BUTTON_V2_SIZE;
|
|
476
476
|
}
|
|
477
477
|
|
|
478
|
-
declare type DialogFooterButtons = Array<Omit<ButtonV2Props, 'children'> & {
|
|
478
|
+
export declare type DialogFooterButtons = Array<Omit<ButtonV2Props, 'children'> & {
|
|
479
479
|
btnText: string;
|
|
480
480
|
isLoading?: boolean;
|
|
481
481
|
loadingText?: string;
|