@yusr_systems/ui 3.1.2 → 3.1.3
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
|
@@ -219,7 +219,7 @@ declare type CarouselProps = {
|
|
|
219
219
|
setApi?: (api: CarouselApi) => void;
|
|
220
220
|
};
|
|
221
221
|
|
|
222
|
-
export declare function ChangeDialog<T extends BaseEntity>({ title, description, className, formData, dialogMode, service, disable, onSuccess, validate, children }: ChangeDialogProps<T>): JSX.Element;
|
|
222
|
+
export declare function ChangeDialog<T extends BaseEntity>({ title, description, className, formData, dialogMode, service, disable, onSuccess, validate, children, }: ChangeDialogProps<T>): JSX.Element;
|
|
223
223
|
|
|
224
224
|
export declare interface ChangeDialogProps<T extends BaseEntity> extends SaveButtonProps<T>, PropsWithChildren {
|
|
225
225
|
title: string;
|