propro-common-components 0.2.82 → 0.2.83
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/api/useGet.d.ts +2 -2
- package/dist/api/useMutate.d.ts +1 -1
- package/dist/api/useMutateWithKeepAlive.d.ts +2 -2
- package/dist/components/theme-provider.d.ts +0 -1
- package/dist/components/ui/dropdown-menu.d.ts +3 -3
- package/dist/hoc/PrivateRoute.d.ts +0 -1
- package/dist/hooks/useAuth.d.ts +1 -2
- package/dist/main.css +1 -1
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +30 -30
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicAccountActivationConformation.d.ts +66 -66
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButtonFromProPro.d.ts +30 -30
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicDescription.d.ts +14 -14
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +48 -48
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +52 -52
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLabel.d.ts +22 -22
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +66 -66
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +14 -14
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLabel.d.ts +36 -36
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLandingContent.d.ts +40 -40
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProductCards.d.ts +38 -38
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +486 -486
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpFormLayout.d.ts +88 -88
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSlider.d.ts +64 -64
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSliderThumb.d.ts +6 -6
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInputFromProPro.d.ts +30 -30
- package/dist/propro-common-components.js +25816 -25362
- package/dist/utils/iconUtils.d.ts +1 -1
- package/package.json +3 -2
- package/dist/components/ui/menubar.d.ts +0 -31
|
@@ -166,797 +166,797 @@ type ReservedPropsType = "variants" | "args" | "overrides";
|
|
|
166
166
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicSignInSignUpForm__OverridesType, DescendantsType<T>>;
|
|
167
167
|
export declare const PlasmicSignInSignUpForm: {
|
|
168
168
|
<T extends {
|
|
169
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
170
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
169
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
170
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
171
171
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
172
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "
|
|
173
|
-
key?: React.Key
|
|
172
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
173
|
+
key?: React.Key;
|
|
174
174
|
}>(props: T & StrictProps<T, {
|
|
175
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
176
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
175
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
176
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
177
177
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
178
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "
|
|
179
|
-
key?: React.Key
|
|
178
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
179
|
+
key?: React.Key;
|
|
180
180
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
181
181
|
displayName: string;
|
|
182
182
|
} & {
|
|
183
183
|
container: {
|
|
184
|
-
<
|
|
185
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
186
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
184
|
+
<T extends {
|
|
185
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
186
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
187
187
|
overrides?: NodeOverridesType<"container"> | undefined;
|
|
188
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "
|
|
189
|
-
key?: React.Key
|
|
190
|
-
}>(props:
|
|
191
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
192
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
188
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
189
|
+
key?: React.Key;
|
|
190
|
+
}>(props: T & StrictProps<T, {
|
|
191
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
192
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
193
193
|
overrides?: NodeOverridesType<"container"> | undefined;
|
|
194
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "
|
|
195
|
-
key?: React.Key
|
|
194
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
195
|
+
key?: React.Key;
|
|
196
196
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
197
197
|
displayName: string;
|
|
198
198
|
};
|
|
199
199
|
logoAndText: {
|
|
200
|
-
<
|
|
201
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
202
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
200
|
+
<T extends {
|
|
201
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
202
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
203
203
|
overrides?: NodeOverridesType<"logoAndText"> | undefined;
|
|
204
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logoAndText">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText"
|
|
205
|
-
key?: React.Key
|
|
206
|
-
}>(props:
|
|
207
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
208
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
204
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logoAndText">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText"> & {
|
|
205
|
+
key?: React.Key;
|
|
206
|
+
}>(props: T & StrictProps<T, {
|
|
207
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
208
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
209
209
|
overrides?: NodeOverridesType<"logoAndText"> | undefined;
|
|
210
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logoAndText">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText"
|
|
211
|
-
key?: React.Key
|
|
210
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logoAndText">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "logoAndText"> & {
|
|
211
|
+
key?: React.Key;
|
|
212
212
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
213
213
|
displayName: string;
|
|
214
214
|
};
|
|
215
215
|
logo: {
|
|
216
216
|
<T extends {
|
|
217
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
218
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
217
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
218
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
219
219
|
overrides?: NodeOverridesType<"logo"> | undefined;
|
|
220
220
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logo">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Logo').LogoProps & React.RefAttributes<HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
221
|
-
key?: React.Key
|
|
221
|
+
key?: React.Key;
|
|
222
222
|
}>(props: T & StrictProps<T, {
|
|
223
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
224
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
223
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
224
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
225
225
|
overrides?: NodeOverridesType<"logo"> | undefined;
|
|
226
226
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logo">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Logo').LogoProps & React.RefAttributes<HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
227
|
-
key?: React.Key
|
|
227
|
+
key?: React.Key;
|
|
228
228
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
229
229
|
displayName: string;
|
|
230
230
|
};
|
|
231
231
|
browserSignupEncouragement: {
|
|
232
|
-
<
|
|
233
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
234
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
232
|
+
<T extends {
|
|
233
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
234
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
235
235
|
overrides?: NodeOverridesType<"browserSignupEncouragement"> | undefined;
|
|
236
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"browserSignupEncouragement">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "browserSignupEncouragement"
|
|
237
|
-
key?: React.Key
|
|
238
|
-
}>(props:
|
|
239
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
240
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
236
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"browserSignupEncouragement">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "browserSignupEncouragement"> & {
|
|
237
|
+
key?: React.Key;
|
|
238
|
+
}>(props: T & StrictProps<T, {
|
|
239
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
240
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
241
241
|
overrides?: NodeOverridesType<"browserSignupEncouragement"> | undefined;
|
|
242
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"browserSignupEncouragement">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "browserSignupEncouragement"
|
|
243
|
-
key?: React.Key
|
|
242
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"browserSignupEncouragement">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "browserSignupEncouragement"> & {
|
|
243
|
+
key?: React.Key;
|
|
244
244
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
245
245
|
displayName: string;
|
|
246
246
|
};
|
|
247
247
|
form: {
|
|
248
|
-
<
|
|
249
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
250
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
248
|
+
<T extends {
|
|
249
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
250
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
251
251
|
overrides?: NodeOverridesType<"form"> | undefined;
|
|
252
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "
|
|
253
|
-
key?: React.Key
|
|
254
|
-
}>(props:
|
|
255
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
256
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
252
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
253
|
+
key?: React.Key;
|
|
254
|
+
}>(props: T & StrictProps<T, {
|
|
255
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
256
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
257
257
|
overrides?: NodeOverridesType<"form"> | undefined;
|
|
258
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "
|
|
259
|
-
key?: React.Key
|
|
258
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
259
|
+
key?: React.Key;
|
|
260
260
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
261
261
|
displayName: string;
|
|
262
262
|
};
|
|
263
263
|
top: {
|
|
264
|
-
<
|
|
265
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
266
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
264
|
+
<T extends {
|
|
265
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
266
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
267
267
|
overrides?: NodeOverridesType<"top"> | undefined;
|
|
268
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "
|
|
269
|
-
key?: React.Key
|
|
270
|
-
}>(props:
|
|
271
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
272
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
268
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
269
|
+
key?: React.Key;
|
|
270
|
+
}>(props: T & StrictProps<T, {
|
|
271
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
272
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
273
273
|
overrides?: NodeOverridesType<"top"> | undefined;
|
|
274
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "
|
|
275
|
-
key?: React.Key
|
|
274
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
275
|
+
key?: React.Key;
|
|
276
276
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
277
277
|
displayName: string;
|
|
278
278
|
};
|
|
279
279
|
proProLabel: {
|
|
280
|
-
<
|
|
281
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
282
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
280
|
+
<T extends {
|
|
281
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
282
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
283
283
|
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
|
284
284
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<import('../../ProProLabel').ProProLabelProps & React.RefAttributes<HTMLDivElement>>, "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
285
|
-
key?: React.Key
|
|
286
|
-
}>(props:
|
|
287
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
288
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
285
|
+
key?: React.Key;
|
|
286
|
+
}>(props: T & StrictProps<T, {
|
|
287
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
288
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
289
289
|
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
|
290
290
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<import('../../ProProLabel').ProProLabelProps & React.RefAttributes<HTMLDivElement>>, "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
291
|
-
key?: React.Key
|
|
291
|
+
key?: React.Key;
|
|
292
292
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
293
293
|
displayName: string;
|
|
294
294
|
};
|
|
295
295
|
topContent: {
|
|
296
|
-
<
|
|
297
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
298
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
296
|
+
<T extends {
|
|
297
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
298
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
299
299
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
|
300
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"
|
|
301
|
-
key?: React.Key
|
|
302
|
-
}>(props:
|
|
303
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
304
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
300
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
301
|
+
key?: React.Key;
|
|
302
|
+
}>(props: T & StrictProps<T, {
|
|
303
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
304
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
305
305
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
|
306
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"
|
|
307
|
-
key?: React.Key
|
|
306
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5"> & {
|
|
307
|
+
key?: React.Key;
|
|
308
308
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
309
309
|
displayName: string;
|
|
310
310
|
};
|
|
311
311
|
space: {
|
|
312
|
-
<
|
|
313
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
314
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
312
|
+
<T extends {
|
|
313
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
314
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
315
315
|
overrides?: NodeOverridesType<"space"> | undefined;
|
|
316
316
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
317
|
-
key?: React.Key
|
|
318
|
-
}>(props:
|
|
319
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
320
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
317
|
+
key?: React.Key;
|
|
318
|
+
}>(props: T & StrictProps<T, {
|
|
319
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
320
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
321
321
|
overrides?: NodeOverridesType<"space"> | undefined;
|
|
322
322
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
|
323
|
-
key?: React.Key
|
|
323
|
+
key?: React.Key;
|
|
324
324
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
325
325
|
displayName: string;
|
|
326
326
|
};
|
|
327
327
|
loginTable: {
|
|
328
|
-
<
|
|
329
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
330
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
328
|
+
<T extends {
|
|
329
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
330
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
331
331
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
|
332
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton"
|
|
333
|
-
key?: React.Key
|
|
334
|
-
}>(props:
|
|
335
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
336
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
332
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton"> & {
|
|
333
|
+
key?: React.Key;
|
|
334
|
+
}>(props: T & StrictProps<T, {
|
|
335
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
336
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
337
337
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
|
338
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton"
|
|
339
|
-
key?: React.Key
|
|
338
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "resendEmailButton"> & {
|
|
339
|
+
key?: React.Key;
|
|
340
340
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
341
341
|
displayName: string;
|
|
342
342
|
};
|
|
343
343
|
nameField: {
|
|
344
|
-
<
|
|
345
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
346
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
344
|
+
<T extends {
|
|
345
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
346
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
347
347
|
overrides?: NodeOverridesType<"nameField"> | undefined;
|
|
348
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "nameField"
|
|
349
|
-
key?: React.Key
|
|
350
|
-
}>(props:
|
|
351
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
352
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
348
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "nameField"> & {
|
|
349
|
+
key?: React.Key;
|
|
350
|
+
}>(props: T & StrictProps<T, {
|
|
351
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
352
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
353
353
|
overrides?: NodeOverridesType<"nameField"> | undefined;
|
|
354
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "nameField"
|
|
355
|
-
key?: React.Key
|
|
354
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "nameField"> & {
|
|
355
|
+
key?: React.Key;
|
|
356
356
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
357
357
|
displayName: string;
|
|
358
358
|
};
|
|
359
359
|
emailField: {
|
|
360
|
-
<
|
|
361
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
362
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
360
|
+
<T extends {
|
|
361
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
362
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
363
363
|
overrides?: NodeOverridesType<"emailField"> | undefined;
|
|
364
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField"
|
|
365
|
-
key?: React.Key
|
|
366
|
-
}>(props:
|
|
367
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
368
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
364
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "emailField"> & {
|
|
365
|
+
key?: React.Key;
|
|
366
|
+
}>(props: T & StrictProps<T, {
|
|
367
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
368
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
369
369
|
overrides?: NodeOverridesType<"emailField"> | undefined;
|
|
370
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField"
|
|
371
|
-
key?: React.Key
|
|
370
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "emailField"> & {
|
|
371
|
+
key?: React.Key;
|
|
372
372
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
373
373
|
displayName: string;
|
|
374
374
|
};
|
|
375
375
|
codeField: {
|
|
376
|
-
<
|
|
377
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
378
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
376
|
+
<T extends {
|
|
377
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
378
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
379
379
|
overrides?: NodeOverridesType<"codeField"> | undefined;
|
|
380
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "codeField"
|
|
381
|
-
key?: React.Key
|
|
382
|
-
}>(props:
|
|
383
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
384
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
380
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "codeField"> & {
|
|
381
|
+
key?: React.Key;
|
|
382
|
+
}>(props: T & StrictProps<T, {
|
|
383
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
384
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
385
385
|
overrides?: NodeOverridesType<"codeField"> | undefined;
|
|
386
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "codeField"
|
|
387
|
-
key?: React.Key
|
|
386
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "codeField"> & {
|
|
387
|
+
key?: React.Key;
|
|
388
388
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
389
389
|
displayName: string;
|
|
390
390
|
};
|
|
391
391
|
passwordField: {
|
|
392
|
-
<
|
|
393
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
394
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
392
|
+
<T extends {
|
|
393
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
394
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
395
395
|
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
|
396
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordField"
|
|
397
|
-
key?: React.Key
|
|
398
|
-
}>(props:
|
|
399
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
400
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
396
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordField"> & {
|
|
397
|
+
key?: React.Key;
|
|
398
|
+
}>(props: T & StrictProps<T, {
|
|
399
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
400
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
401
401
|
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
|
402
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordField"
|
|
403
|
-
key?: React.Key
|
|
402
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordField"> & {
|
|
403
|
+
key?: React.Key;
|
|
404
404
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
405
405
|
displayName: string;
|
|
406
406
|
};
|
|
407
407
|
passwordConfirmField: {
|
|
408
|
-
<
|
|
409
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
410
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
408
|
+
<T extends {
|
|
409
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
410
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
411
411
|
overrides?: NodeOverridesType<"passwordConfirmField"> | undefined;
|
|
412
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordConfirmField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordConfirmField"
|
|
413
|
-
key?: React.Key
|
|
414
|
-
}>(props:
|
|
415
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
416
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
412
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordConfirmField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordConfirmField"> & {
|
|
413
|
+
key?: React.Key;
|
|
414
|
+
}>(props: T & StrictProps<T, {
|
|
415
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
416
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
417
417
|
overrides?: NodeOverridesType<"passwordConfirmField"> | undefined;
|
|
418
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordConfirmField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordConfirmField"
|
|
419
|
-
key?: React.Key
|
|
418
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordConfirmField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "passwordConfirmField"> & {
|
|
419
|
+
key?: React.Key;
|
|
420
420
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
421
421
|
displayName: string;
|
|
422
422
|
};
|
|
423
423
|
confirmPasswordField: {
|
|
424
|
-
<
|
|
425
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
426
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
424
|
+
<T extends {
|
|
425
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
426
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
427
427
|
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
|
428
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "confirmPasswordField" | "confirmPasswordInput"
|
|
429
|
-
key?: React.Key
|
|
430
|
-
}>(props:
|
|
431
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
432
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
428
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordField" | "confirmPasswordInput"> & {
|
|
429
|
+
key?: React.Key;
|
|
430
|
+
}>(props: T & StrictProps<T, {
|
|
431
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
432
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
433
433
|
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
|
434
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "confirmPasswordField" | "confirmPasswordInput"
|
|
435
|
-
key?: React.Key
|
|
434
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordField" | "confirmPasswordInput"> & {
|
|
435
|
+
key?: React.Key;
|
|
436
436
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
437
437
|
displayName: string;
|
|
438
438
|
};
|
|
439
439
|
confirmPasswordInput: {
|
|
440
|
-
<
|
|
441
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
442
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
440
|
+
<T extends {
|
|
441
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
442
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
443
443
|
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
|
444
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "confirmPasswordInput"
|
|
445
|
-
key?: React.Key
|
|
446
|
-
}>(props:
|
|
447
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
448
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
444
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordInput"> & {
|
|
445
|
+
key?: React.Key;
|
|
446
|
+
}>(props: T & StrictProps<T, {
|
|
447
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
448
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
449
449
|
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
|
450
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "confirmPasswordInput"
|
|
451
|
-
key?: React.Key
|
|
450
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "confirmPasswordInput"> & {
|
|
451
|
+
key?: React.Key;
|
|
452
452
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
453
453
|
displayName: string;
|
|
454
454
|
};
|
|
455
455
|
resendEmailButton: {
|
|
456
|
-
<
|
|
457
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
458
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
456
|
+
<T extends {
|
|
457
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
458
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
459
459
|
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
|
460
460
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resendEmailButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
461
|
-
ref?: React.Ref<HTMLAnchorElement
|
|
462
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resendEmailButton"
|
|
463
|
-
key?: React.Key
|
|
464
|
-
}>(props:
|
|
465
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
466
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
461
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
462
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resendEmailButton"> & {
|
|
463
|
+
key?: React.Key;
|
|
464
|
+
}>(props: T & StrictProps<T, {
|
|
465
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
466
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
467
467
|
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
|
468
468
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resendEmailButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
469
|
-
ref?: React.Ref<HTMLAnchorElement
|
|
470
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resendEmailButton"
|
|
471
|
-
key?: React.Key
|
|
469
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
470
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resendEmailButton"> & {
|
|
471
|
+
key?: React.Key;
|
|
472
472
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
473
473
|
displayName: string;
|
|
474
474
|
};
|
|
475
475
|
space2: {
|
|
476
|
-
<
|
|
477
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
478
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
476
|
+
<T extends {
|
|
477
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
478
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
479
479
|
overrides?: NodeOverridesType<"space2"> | undefined;
|
|
480
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space2"
|
|
481
|
-
key?: React.Key
|
|
482
|
-
}>(props:
|
|
483
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
484
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
480
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space2"> & {
|
|
481
|
+
key?: React.Key;
|
|
482
|
+
}>(props: T & StrictProps<T, {
|
|
483
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
484
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
485
485
|
overrides?: NodeOverridesType<"space2"> | undefined;
|
|
486
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space2"
|
|
487
|
-
key?: React.Key
|
|
486
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space2"> & {
|
|
487
|
+
key?: React.Key;
|
|
488
488
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
489
489
|
displayName: string;
|
|
490
490
|
};
|
|
491
491
|
orSignUpSignInWithOneOfTheseSocialNetworks: {
|
|
492
|
-
<
|
|
493
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
494
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
492
|
+
<T extends {
|
|
493
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
494
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
495
495
|
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
|
496
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpSignInWithOneOfTheseSocialNetworks"
|
|
497
|
-
key?: React.Key
|
|
498
|
-
}>(props:
|
|
499
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
500
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
496
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpSignInWithOneOfTheseSocialNetworks"> & {
|
|
497
|
+
key?: React.Key;
|
|
498
|
+
}>(props: T & StrictProps<T, {
|
|
499
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
500
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
501
501
|
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
|
502
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpSignInWithOneOfTheseSocialNetworks"
|
|
503
|
-
key?: React.Key
|
|
502
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpSignInWithOneOfTheseSocialNetworks"> & {
|
|
503
|
+
key?: React.Key;
|
|
504
504
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
505
505
|
displayName: string;
|
|
506
506
|
};
|
|
507
507
|
signInPlatformsButtons: {
|
|
508
|
-
<
|
|
509
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
510
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
508
|
+
<T extends {
|
|
509
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
510
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
511
511
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
|
512
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3"
|
|
513
|
-
key?: React.Key
|
|
514
|
-
}>(props:
|
|
515
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
516
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
512
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3"> & {
|
|
513
|
+
key?: React.Key;
|
|
514
|
+
}>(props: T & StrictProps<T, {
|
|
515
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
516
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
517
517
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
|
518
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3"
|
|
519
|
-
key?: React.Key
|
|
518
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3"> & {
|
|
519
|
+
key?: React.Key;
|
|
520
520
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
521
521
|
displayName: string;
|
|
522
522
|
};
|
|
523
523
|
facebookAuthButton: {
|
|
524
|
-
<
|
|
525
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
526
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
524
|
+
<T extends {
|
|
525
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
526
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
527
527
|
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
|
528
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"facebookAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook"
|
|
529
|
-
key?: React.Key
|
|
530
|
-
}>(props:
|
|
531
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
532
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
528
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"facebookAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook"> & {
|
|
529
|
+
key?: React.Key;
|
|
530
|
+
}>(props: T & StrictProps<T, {
|
|
531
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
532
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
533
533
|
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
|
534
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"facebookAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook"
|
|
535
|
-
key?: React.Key
|
|
534
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"facebookAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook"> & {
|
|
535
|
+
key?: React.Key;
|
|
536
536
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
537
537
|
displayName: string;
|
|
538
538
|
};
|
|
539
539
|
blackButtonFrame: {
|
|
540
|
-
<
|
|
541
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
542
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
540
|
+
<T extends {
|
|
541
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
542
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
543
543
|
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
|
544
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame"
|
|
545
|
-
key?: React.Key
|
|
546
|
-
}>(props:
|
|
547
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
548
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
544
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "blackButtonFrame"> & {
|
|
545
|
+
key?: React.Key;
|
|
546
|
+
}>(props: T & StrictProps<T, {
|
|
547
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
548
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
549
549
|
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
|
550
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame"
|
|
551
|
-
key?: React.Key
|
|
550
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "blackButtonFrame"> & {
|
|
551
|
+
key?: React.Key;
|
|
552
552
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
553
553
|
displayName: string;
|
|
554
554
|
};
|
|
555
555
|
iconSourcesFacebook: {
|
|
556
|
-
<
|
|
557
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
558
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
556
|
+
<T extends {
|
|
557
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
558
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
559
559
|
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
|
560
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"iconSourcesFacebook">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "iconSourcesFacebook"
|
|
561
|
-
key?: React.Key
|
|
562
|
-
}>(props:
|
|
563
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
564
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
560
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"iconSourcesFacebook">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "iconSourcesFacebook"> & {
|
|
561
|
+
key?: React.Key;
|
|
562
|
+
}>(props: T & StrictProps<T, {
|
|
563
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
564
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
565
565
|
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
|
566
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"iconSourcesFacebook">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "iconSourcesFacebook"
|
|
567
|
-
key?: React.Key
|
|
566
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"iconSourcesFacebook">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "iconSourcesFacebook"> & {
|
|
567
|
+
key?: React.Key;
|
|
568
568
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
569
569
|
displayName: string;
|
|
570
570
|
};
|
|
571
571
|
xAuthButton: {
|
|
572
|
-
<
|
|
573
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
574
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
572
|
+
<T extends {
|
|
573
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
574
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
575
575
|
overrides?: NodeOverridesType<"xAuthButton"> | undefined;
|
|
576
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "xAuthButton" | "blackButtonFrame2"
|
|
577
|
-
key?: React.Key
|
|
578
|
-
}>(props:
|
|
579
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
580
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
576
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "xAuthButton" | "blackButtonFrame2"> & {
|
|
577
|
+
key?: React.Key;
|
|
578
|
+
}>(props: T & StrictProps<T, {
|
|
579
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
580
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
581
581
|
overrides?: NodeOverridesType<"xAuthButton"> | undefined;
|
|
582
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "xAuthButton" | "blackButtonFrame2"
|
|
583
|
-
key?: React.Key
|
|
582
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "xAuthButton" | "blackButtonFrame2"> & {
|
|
583
|
+
key?: React.Key;
|
|
584
584
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
585
585
|
displayName: string;
|
|
586
586
|
};
|
|
587
587
|
blackButtonFrame2: {
|
|
588
|
-
<
|
|
589
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
590
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
588
|
+
<T extends {
|
|
589
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
590
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
591
591
|
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
|
592
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame2"
|
|
593
|
-
key?: React.Key
|
|
594
|
-
}>(props:
|
|
595
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
596
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
592
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "blackButtonFrame2"> & {
|
|
593
|
+
key?: React.Key;
|
|
594
|
+
}>(props: T & StrictProps<T, {
|
|
595
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
596
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
597
597
|
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
|
598
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame2"
|
|
599
|
-
key?: React.Key
|
|
598
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "blackButtonFrame2"> & {
|
|
599
|
+
key?: React.Key;
|
|
600
600
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
601
601
|
displayName: string;
|
|
602
602
|
};
|
|
603
603
|
googleAuthButton: {
|
|
604
|
-
<
|
|
605
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
606
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
604
|
+
<T extends {
|
|
605
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
606
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
607
607
|
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
|
608
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"googleAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "googleAuthButton" | "blackButtonFrame3"
|
|
609
|
-
key?: React.Key
|
|
610
|
-
}>(props:
|
|
611
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
612
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
608
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"googleAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "googleAuthButton" | "blackButtonFrame3"> & {
|
|
609
|
+
key?: React.Key;
|
|
610
|
+
}>(props: T & StrictProps<T, {
|
|
611
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
612
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
613
613
|
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
|
614
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"googleAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "googleAuthButton" | "blackButtonFrame3"
|
|
615
|
-
key?: React.Key
|
|
614
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"googleAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "googleAuthButton" | "blackButtonFrame3"> & {
|
|
615
|
+
key?: React.Key;
|
|
616
616
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
617
617
|
displayName: string;
|
|
618
618
|
};
|
|
619
619
|
blackButtonFrame3: {
|
|
620
|
-
<
|
|
621
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
622
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
620
|
+
<T extends {
|
|
621
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
622
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
623
623
|
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
|
624
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame3"
|
|
625
|
-
key?: React.Key
|
|
626
|
-
}>(props:
|
|
627
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
628
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
624
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "blackButtonFrame3"> & {
|
|
625
|
+
key?: React.Key;
|
|
626
|
+
}>(props: T & StrictProps<T, {
|
|
627
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
628
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
629
629
|
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
|
630
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame3"
|
|
631
|
-
key?: React.Key
|
|
630
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "blackButtonFrame3"> & {
|
|
631
|
+
key?: React.Key;
|
|
632
632
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
633
633
|
displayName: string;
|
|
634
634
|
};
|
|
635
635
|
space3: {
|
|
636
|
-
<
|
|
637
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
638
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
636
|
+
<T extends {
|
|
637
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
638
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
639
639
|
overrides?: NodeOverridesType<"space3"> | undefined;
|
|
640
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space3"
|
|
641
|
-
key?: React.Key
|
|
642
|
-
}>(props:
|
|
643
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
644
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
640
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space3"> & {
|
|
641
|
+
key?: React.Key;
|
|
642
|
+
}>(props: T & StrictProps<T, {
|
|
643
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
644
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
645
645
|
overrides?: NodeOverridesType<"space3"> | undefined;
|
|
646
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space3"
|
|
647
|
-
key?: React.Key
|
|
646
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space3"> & {
|
|
647
|
+
key?: React.Key;
|
|
648
648
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
649
649
|
displayName: string;
|
|
650
650
|
};
|
|
651
651
|
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: {
|
|
652
|
-
<
|
|
653
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
654
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
652
|
+
<T extends {
|
|
653
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
654
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
655
655
|
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
|
656
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"
|
|
657
|
-
key?: React.Key
|
|
658
|
-
}>(props:
|
|
659
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
660
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
656
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> & {
|
|
657
|
+
key?: React.Key;
|
|
658
|
+
}>(props: T & StrictProps<T, {
|
|
659
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
660
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
661
661
|
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
|
662
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"
|
|
663
|
-
key?: React.Key
|
|
662
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> & {
|
|
663
|
+
key?: React.Key;
|
|
664
664
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
665
665
|
displayName: string;
|
|
666
666
|
};
|
|
667
667
|
space4: {
|
|
668
|
-
<
|
|
669
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
670
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
668
|
+
<T extends {
|
|
669
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
670
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
671
671
|
overrides?: NodeOverridesType<"space4"> | undefined;
|
|
672
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space4">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space4"
|
|
673
|
-
key?: React.Key
|
|
674
|
-
}>(props:
|
|
675
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
676
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
672
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space4">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space4"> & {
|
|
673
|
+
key?: React.Key;
|
|
674
|
+
}>(props: T & StrictProps<T, {
|
|
675
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
676
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
677
677
|
overrides?: NodeOverridesType<"space4"> | undefined;
|
|
678
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space4">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space4"
|
|
679
|
-
key?: React.Key
|
|
678
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space4">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space4"> & {
|
|
679
|
+
key?: React.Key;
|
|
680
680
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
681
681
|
displayName: string;
|
|
682
682
|
};
|
|
683
683
|
magicLinkSignInButton: {
|
|
684
|
-
<
|
|
685
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
686
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
684
|
+
<T extends {
|
|
685
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
686
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
687
687
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
|
688
688
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
689
|
-
ref?: React.Ref<HTMLAnchorElement
|
|
690
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "magicLinkSignInButton"
|
|
691
|
-
key?: React.Key
|
|
692
|
-
}>(props:
|
|
693
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
694
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
689
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
690
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "magicLinkSignInButton"> & {
|
|
691
|
+
key?: React.Key;
|
|
692
|
+
}>(props: T & StrictProps<T, {
|
|
693
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
694
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
695
695
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
|
696
696
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
697
|
-
ref?: React.Ref<HTMLAnchorElement
|
|
698
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "magicLinkSignInButton"
|
|
699
|
-
key?: React.Key
|
|
697
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
698
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "magicLinkSignInButton"> & {
|
|
699
|
+
key?: React.Key;
|
|
700
700
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
701
701
|
displayName: string;
|
|
702
702
|
};
|
|
703
703
|
resetPassword: {
|
|
704
|
-
<
|
|
705
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
706
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
704
|
+
<T extends {
|
|
705
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
706
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
707
707
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
|
708
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan" | "resetPasswordButton"
|
|
709
|
-
key?: React.Key
|
|
710
|
-
}>(props:
|
|
711
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
712
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
708
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan" | "resetPasswordButton"> & {
|
|
709
|
+
key?: React.Key;
|
|
710
|
+
}>(props: T & StrictProps<T, {
|
|
711
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
712
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
713
713
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
|
714
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan" | "resetPasswordButton"
|
|
715
|
-
key?: React.Key
|
|
714
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan" | "resetPasswordButton"> & {
|
|
715
|
+
key?: React.Key;
|
|
716
716
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
717
717
|
displayName: string;
|
|
718
718
|
};
|
|
719
719
|
andIfYouNeedToYouCan: {
|
|
720
|
-
<
|
|
721
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
722
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
720
|
+
<T extends {
|
|
721
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
722
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
723
723
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
|
724
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan"
|
|
725
|
-
key?: React.Key
|
|
726
|
-
}>(props:
|
|
727
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
728
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
724
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan"> & {
|
|
725
|
+
key?: React.Key;
|
|
726
|
+
}>(props: T & StrictProps<T, {
|
|
727
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
728
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
729
729
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
|
730
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan"
|
|
731
|
-
key?: React.Key
|
|
730
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan"> & {
|
|
731
|
+
key?: React.Key;
|
|
732
732
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
733
733
|
displayName: string;
|
|
734
734
|
};
|
|
735
735
|
resetPasswordButton: {
|
|
736
|
-
<
|
|
737
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
738
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
736
|
+
<T extends {
|
|
737
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
738
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
739
739
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
|
740
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton"
|
|
741
|
-
key?: React.Key
|
|
742
|
-
}>(props:
|
|
743
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
744
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
740
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resetPasswordButton"> & {
|
|
741
|
+
key?: React.Key;
|
|
742
|
+
}>(props: T & StrictProps<T, {
|
|
743
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
744
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
745
745
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
|
746
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton"
|
|
747
|
-
key?: React.Key
|
|
746
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resetPasswordButton"> & {
|
|
747
|
+
key?: React.Key;
|
|
748
748
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
749
749
|
displayName: string;
|
|
750
750
|
};
|
|
751
751
|
secretKeySection: {
|
|
752
|
-
<
|
|
753
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
754
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
752
|
+
<T extends {
|
|
753
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
754
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
755
755
|
overrides?: NodeOverridesType<"secretKeySection"> | undefined;
|
|
756
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeySection">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeySection" | "secretKeyField" | "secretKeyInput"
|
|
757
|
-
key?: React.Key
|
|
758
|
-
}>(props:
|
|
759
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
760
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
756
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeySection">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeySection" | "secretKeyField" | "secretKeyInput"> & {
|
|
757
|
+
key?: React.Key;
|
|
758
|
+
}>(props: T & StrictProps<T, {
|
|
759
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
760
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
761
761
|
overrides?: NodeOverridesType<"secretKeySection"> | undefined;
|
|
762
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeySection">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeySection" | "secretKeyField" | "secretKeyInput"
|
|
763
|
-
key?: React.Key
|
|
762
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeySection">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeySection" | "secretKeyField" | "secretKeyInput"> & {
|
|
763
|
+
key?: React.Key;
|
|
764
764
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
765
765
|
displayName: string;
|
|
766
766
|
};
|
|
767
767
|
secretKeyField: {
|
|
768
|
-
<
|
|
769
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
770
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
768
|
+
<T extends {
|
|
769
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
770
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
771
771
|
overrides?: NodeOverridesType<"secretKeyField"> | undefined;
|
|
772
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeyField" | "secretKeyInput"
|
|
773
|
-
key?: React.Key
|
|
774
|
-
}>(props:
|
|
775
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
776
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
772
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyField" | "secretKeyInput"> & {
|
|
773
|
+
key?: React.Key;
|
|
774
|
+
}>(props: T & StrictProps<T, {
|
|
775
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
776
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
777
777
|
overrides?: NodeOverridesType<"secretKeyField"> | undefined;
|
|
778
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeyField" | "secretKeyInput"
|
|
779
|
-
key?: React.Key
|
|
778
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyField" | "secretKeyInput"> & {
|
|
779
|
+
key?: React.Key;
|
|
780
780
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
781
781
|
displayName: string;
|
|
782
782
|
};
|
|
783
783
|
secretKeyInput: {
|
|
784
|
-
<
|
|
785
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
786
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
784
|
+
<T extends {
|
|
785
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
786
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
787
787
|
overrides?: NodeOverridesType<"secretKeyInput"> | undefined;
|
|
788
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeyInput"
|
|
789
|
-
key?: React.Key
|
|
790
|
-
}>(props:
|
|
791
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
792
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
788
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyInput"> & {
|
|
789
|
+
key?: React.Key;
|
|
790
|
+
}>(props: T & StrictProps<T, {
|
|
791
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
792
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
793
793
|
overrides?: NodeOverridesType<"secretKeyInput"> | undefined;
|
|
794
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeyInput"
|
|
795
|
-
key?: React.Key
|
|
794
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "secretKeyInput"> & {
|
|
795
|
+
key?: React.Key;
|
|
796
796
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
797
797
|
displayName: string;
|
|
798
798
|
};
|
|
799
799
|
signInContainer: {
|
|
800
|
-
<
|
|
801
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
802
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
800
|
+
<T extends {
|
|
801
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
802
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
803
803
|
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
|
804
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2"
|
|
805
|
-
key?: React.Key
|
|
806
|
-
}>(props:
|
|
807
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
808
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
804
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2"> & {
|
|
805
|
+
key?: React.Key;
|
|
806
|
+
}>(props: T & StrictProps<T, {
|
|
807
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
808
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
809
809
|
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
|
810
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2"
|
|
811
|
-
key?: React.Key
|
|
810
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2"> & {
|
|
811
|
+
key?: React.Key;
|
|
812
812
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
813
813
|
displayName: string;
|
|
814
814
|
};
|
|
815
815
|
andIfYouNeedToYouCan2: {
|
|
816
|
-
<
|
|
817
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
818
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
816
|
+
<T extends {
|
|
817
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
818
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
819
819
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
|
820
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan2"
|
|
821
|
-
key?: React.Key
|
|
822
|
-
}>(props:
|
|
823
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
824
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
820
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan2"> & {
|
|
821
|
+
key?: React.Key;
|
|
822
|
+
}>(props: T & StrictProps<T, {
|
|
823
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
824
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
825
825
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
|
826
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan2"
|
|
827
|
-
key?: React.Key
|
|
826
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "andIfYouNeedToYouCan2"> & {
|
|
827
|
+
key?: React.Key;
|
|
828
828
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
829
829
|
displayName: string;
|
|
830
830
|
};
|
|
831
831
|
resetPasswordButton2: {
|
|
832
|
-
<
|
|
833
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
834
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
832
|
+
<T extends {
|
|
833
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
834
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
835
835
|
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
|
836
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton2"
|
|
837
|
-
key?: React.Key
|
|
838
|
-
}>(props:
|
|
839
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
840
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
836
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resetPasswordButton2"> & {
|
|
837
|
+
key?: React.Key;
|
|
838
|
+
}>(props: T & StrictProps<T, {
|
|
839
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
840
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
841
841
|
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
|
842
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton2"
|
|
843
|
-
key?: React.Key
|
|
842
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "resetPasswordButton2"> & {
|
|
843
|
+
key?: React.Key;
|
|
844
844
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
845
845
|
displayName: string;
|
|
846
846
|
};
|
|
847
847
|
space6: {
|
|
848
|
-
<
|
|
849
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
850
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
848
|
+
<T extends {
|
|
849
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
850
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
851
851
|
overrides?: NodeOverridesType<"space6"> | undefined;
|
|
852
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space6">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space6"
|
|
853
|
-
key?: React.Key
|
|
854
|
-
}>(props:
|
|
855
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
856
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
852
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space6">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space6"> & {
|
|
853
|
+
key?: React.Key;
|
|
854
|
+
}>(props: T & StrictProps<T, {
|
|
855
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
856
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
857
857
|
overrides?: NodeOverridesType<"space6"> | undefined;
|
|
858
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space6">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space6"
|
|
859
|
-
key?: React.Key
|
|
858
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space6">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space6"> & {
|
|
859
|
+
key?: React.Key;
|
|
860
860
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
861
861
|
displayName: string;
|
|
862
862
|
};
|
|
863
863
|
space5: {
|
|
864
|
-
<
|
|
865
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
866
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
864
|
+
<T extends {
|
|
865
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
866
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
867
867
|
overrides?: NodeOverridesType<"space5"> | undefined;
|
|
868
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space5">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space5"
|
|
869
|
-
key?: React.Key
|
|
870
|
-
}>(props:
|
|
871
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
872
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
868
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space5">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space5"> & {
|
|
869
|
+
key?: React.Key;
|
|
870
|
+
}>(props: T & StrictProps<T, {
|
|
871
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
872
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
873
873
|
overrides?: NodeOverridesType<"space5"> | undefined;
|
|
874
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space5">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space5"
|
|
875
|
-
key?: React.Key
|
|
874
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space5">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "space5"> & {
|
|
875
|
+
key?: React.Key;
|
|
876
876
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
877
877
|
displayName: string;
|
|
878
878
|
};
|
|
879
879
|
bottom: {
|
|
880
|
-
<
|
|
881
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
882
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
880
|
+
<T extends {
|
|
881
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
882
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
883
883
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
|
884
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"
|
|
885
|
-
key?: React.Key
|
|
886
|
-
}>(props:
|
|
887
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
888
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
884
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
885
|
+
key?: React.Key;
|
|
886
|
+
}>(props: T & StrictProps<T, {
|
|
887
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
888
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
889
889
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
|
890
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"
|
|
891
|
-
key?: React.Key
|
|
890
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton"> & {
|
|
891
|
+
key?: React.Key;
|
|
892
892
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
893
893
|
displayName: string;
|
|
894
894
|
};
|
|
895
895
|
orSignUpButtonContainer: {
|
|
896
|
-
<
|
|
897
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
898
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
896
|
+
<T extends {
|
|
897
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
898
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
899
899
|
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
|
900
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButtonContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault"
|
|
901
|
-
key?: React.Key
|
|
902
|
-
}>(props:
|
|
903
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
904
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
900
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButtonContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault"> & {
|
|
901
|
+
key?: React.Key;
|
|
902
|
+
}>(props: T & StrictProps<T, {
|
|
903
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
904
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
905
905
|
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
|
906
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButtonContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault"
|
|
907
|
-
key?: React.Key
|
|
906
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButtonContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault"> & {
|
|
907
|
+
key?: React.Key;
|
|
908
908
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
909
909
|
displayName: string;
|
|
910
910
|
};
|
|
911
911
|
orSignUpButton: {
|
|
912
|
-
<
|
|
913
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
914
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
912
|
+
<T extends {
|
|
913
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
914
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
915
915
|
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
|
916
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButton" | "buttonDefault"
|
|
917
|
-
key?: React.Key
|
|
918
|
-
}>(props:
|
|
919
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
920
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
916
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButton" | "buttonDefault"> & {
|
|
917
|
+
key?: React.Key;
|
|
918
|
+
}>(props: T & StrictProps<T, {
|
|
919
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
920
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
921
921
|
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
|
922
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButton" | "buttonDefault"
|
|
923
|
-
key?: React.Key
|
|
922
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "orSignUpButton" | "buttonDefault"> & {
|
|
923
|
+
key?: React.Key;
|
|
924
924
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
925
925
|
displayName: string;
|
|
926
926
|
};
|
|
927
927
|
buttonDefault: {
|
|
928
|
-
<
|
|
929
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
930
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
928
|
+
<T extends {
|
|
929
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
930
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
931
931
|
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
|
932
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"buttonDefault">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "buttonDefault"
|
|
933
|
-
key?: React.Key
|
|
934
|
-
}>(props:
|
|
935
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
936
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
932
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"buttonDefault">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "buttonDefault"> & {
|
|
933
|
+
key?: React.Key;
|
|
934
|
+
}>(props: T & StrictProps<T, {
|
|
935
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
936
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
937
937
|
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
|
938
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"buttonDefault">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "buttonDefault"
|
|
939
|
-
key?: React.Key
|
|
938
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"buttonDefault">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "buttonDefault"> & {
|
|
939
|
+
key?: React.Key;
|
|
940
940
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
941
941
|
displayName: string;
|
|
942
942
|
};
|
|
943
943
|
continueWithoutAnAccountButton: {
|
|
944
|
-
<
|
|
945
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
946
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
944
|
+
<T extends {
|
|
945
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
946
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
947
947
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
|
948
948
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
949
|
-
ref?: React.Ref<HTMLAnchorElement
|
|
950
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "continueWithoutAnAccountButton"
|
|
951
|
-
key?: React.Key
|
|
952
|
-
}>(props:
|
|
953
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs
|
|
954
|
-
args?: PlasmicSignInSignUpForm__ArgsType
|
|
949
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
950
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "continueWithoutAnAccountButton"> & {
|
|
951
|
+
key?: React.Key;
|
|
952
|
+
}>(props: T & StrictProps<T, {
|
|
953
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs;
|
|
954
|
+
args?: PlasmicSignInSignUpForm__ArgsType;
|
|
955
955
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
|
956
956
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
|
|
957
|
-
ref?: React.Ref<HTMLAnchorElement
|
|
958
|
-
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "continueWithoutAnAccountButton"
|
|
959
|
-
key?: React.Key
|
|
957
|
+
ref?: React.Ref<HTMLAnchorElement>;
|
|
958
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType | "continueWithoutAnAccountButton"> & {
|
|
959
|
+
key?: React.Key;
|
|
960
960
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
961
961
|
displayName: string;
|
|
962
962
|
};
|