@pnkx-lib/ui 1.9.54 → 1.9.55
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/package.json +1 -1
- package/types/fields.d.ts +1 -1
- package/types/index.d.ts +1 -1
package/package.json
CHANGED
package/types/fields.d.ts
CHANGED
@@ -133,7 +133,7 @@ export declare interface SelectFieldProps extends SelectProps {
|
|
133
133
|
|
134
134
|
export declare const SwitchField: (props: SwitchFieldProps) => JSX.Element;
|
135
135
|
|
136
|
-
export declare interface SwitchFieldProps extends Omit<SwitchProps, "onChange"
|
136
|
+
export declare interface SwitchFieldProps extends Omit<SwitchProps, "onChange"> {
|
137
137
|
field?: ControllerRenderProps<any, any>;
|
138
138
|
formState?: UseFormStateReturn<any>;
|
139
139
|
label?: string;
|
package/types/index.d.ts
CHANGED
@@ -682,7 +682,7 @@ export declare type SubMenuProps = SubMenuProps_2;
|
|
682
682
|
|
683
683
|
export declare const SwitchField: (props: SwitchFieldProps) => JSX.Element;
|
684
684
|
|
685
|
-
export declare interface SwitchFieldProps extends Omit<SwitchProps, "onChange"
|
685
|
+
export declare interface SwitchFieldProps extends Omit<SwitchProps, "onChange"> {
|
686
686
|
field?: ControllerRenderProps<any, any>;
|
687
687
|
formState?: UseFormStateReturn<any>;
|
688
688
|
label?: string;
|