@mcurros2/microm 1.1.414-0 → 1.1.415-0
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 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -505,6 +505,7 @@ export interface EntityFormProps extends PropsWithChildren {
|
|
|
505
505
|
okButtonVariant?: Variants<'filled' | 'outline' | 'light' | 'white' | 'default' | 'subtle' | 'gradient'>;
|
|
506
506
|
disableOKIfNotDirty?: boolean;
|
|
507
507
|
formHeight?: string | number;
|
|
508
|
+
disableOK?: boolean;
|
|
508
509
|
}
|
|
509
510
|
export const EntityFormDefaultProps: Partial<EntityFormProps>;
|
|
510
511
|
export function EntityForm(props: EntityFormProps): JSX.Element;
|