propro-common-components 0.0.1
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/README.md +30 -0
- package/dist/components/AccountManagement/Account/Profile/AvatarUpdate.d.ts +2 -0
- package/dist/components/AccountManagement/Account/Profile/index.d.ts +2 -0
- package/dist/components/AccountManagement/Account/Socials/index.d.ts +2 -0
- package/dist/components/AccountManagement/Account/index.d.ts +2 -0
- package/dist/components/AccountManagement/AccountManagementMenu.d.ts +2 -0
- package/dist/components/AccountManagement/Security/MFA.d.ts +2 -0
- package/dist/components/AccountManagement/Security/UpdatePassword.d.ts +2 -0
- package/dist/components/AccountManagement/Security/index.d.ts +2 -0
- package/dist/components/AccountManagement/Subscription/index.d.ts +2 -0
- package/dist/components/AccountManagement/index.d.ts +2 -0
- package/dist/components/AvatarMenu/AvatarIcon.d.ts +2 -0
- package/dist/components/AvatarMenu/index.d.ts +2 -0
- package/dist/components/CustomErrorBoundary.d.ts +5 -0
- package/dist/components/theme-provider.d.ts +14 -0
- package/dist/components/ui/avatar.d.ts +6 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/dialog.d.ts +19 -0
- package/dist/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/components/ui/input.d.ts +5 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/menubar.d.ts +31 -0
- package/dist/components/ui/popover.d.ts +6 -0
- package/dist/components/ui/switch.d.ts +4 -0
- package/dist/components/ui/tabs.d.ts +7 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/main.css +1 -0
- package/dist/main.d.ts +3 -0
- package/dist/plasmicComponents/Button.d.ts +17 -0
- package/dist/plasmicComponents/ErrorMessageContainer.d.ts +6 -0
- package/dist/plasmicComponents/Footer.d.ts +6 -0
- package/dist/plasmicComponents/FooterLink.d.ts +6 -0
- package/dist/plasmicComponents/Footerprev.d.ts +6 -0
- package/dist/plasmicComponents/Homepage.d.ts +6 -0
- package/dist/plasmicComponents/Logo.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterConfirmation.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterConfirmationError.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterForm.d.ts +6 -0
- package/dist/plasmicComponents/PageLayout.d.ts +5 -0
- package/dist/plasmicComponents/SignInSignUpForm.d.ts +6 -0
- package/dist/plasmicComponents/TextInput.d.ts +8 -0
- package/dist/plasmicComponents/TextInput2.d.ts +8 -0
- package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicGlobalContextsProvider.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicGlobalContextsProvider.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +132 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Checksvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Icon.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButton.d.ts +134 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +80 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooter.d.ts +166 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooter2.d.ts +131 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +150 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterprev.d.ts +223 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalContextsProvider.d.ts +9 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +11 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme.d.ts +5 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme2.d.ts +5 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicHomepage.d.ts +67 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +123 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +66 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmationError.d.ts +109 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterForm.d.ts +147 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +833 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput.d.ts +139 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput2.d.ts +139 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Android3.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowForward24Regular.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowReply24Filled.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__BlackDivider.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Checksvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Ellipse15.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Filledsvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon2.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon6.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose2.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Line2.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Searchsvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector15.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__WebAsset24Filled.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__XLogo.d.ts +6 -0
- package/dist/propro-common-components.js +52068 -0
- package/package.json +78 -0
@@ -0,0 +1,833 @@
|
|
1
|
+
/** @jsxRuntime classic */
|
2
|
+
/** @jsx createPlasmicElementProxy */
|
3
|
+
/** @jsxFrag React.Fragment */
|
4
|
+
import * as React from "react";
|
5
|
+
import { Flex as Flex__, SingleChoiceArg, StrictProps } from "@plasmicapp/react-web";
|
6
|
+
import Logo from "../../Logo";
|
7
|
+
import TextInput from "../../TextInput";
|
8
|
+
import Button from "../../Button";
|
9
|
+
export type PlasmicSignInSignUpForm__VariantMembers = {
|
10
|
+
mode: "signIn" | "signUp" | "magic";
|
11
|
+
app: "hubHub" | "mapMap";
|
12
|
+
};
|
13
|
+
export type PlasmicSignInSignUpForm__VariantsArgs = {
|
14
|
+
mode?: SingleChoiceArg<"signIn" | "signUp" | "magic">;
|
15
|
+
app?: SingleChoiceArg<"hubHub" | "mapMap">;
|
16
|
+
};
|
17
|
+
export declare const PlasmicSignInSignUpForm__VariantProps: (keyof PlasmicSignInSignUpForm__VariantsArgs)[];
|
18
|
+
export type PlasmicSignInSignUpForm__ArgsType = {
|
19
|
+
email?: string;
|
20
|
+
emailError?: React.ReactNode;
|
21
|
+
passwordError?: React.ReactNode;
|
22
|
+
nameError?: React.ReactNode;
|
23
|
+
authUrl?: string;
|
24
|
+
};
|
25
|
+
export declare const PlasmicSignInSignUpForm__ArgProps: (keyof PlasmicSignInSignUpForm__ArgsType)[];
|
26
|
+
export type PlasmicSignInSignUpForm__OverridesType = {
|
27
|
+
root?: Flex__<"div">;
|
28
|
+
container?: Flex__<"div">;
|
29
|
+
logoAndText?: Flex__<"div">;
|
30
|
+
logo?: Flex__<typeof Logo>;
|
31
|
+
form?: Flex__<"div">;
|
32
|
+
top?: Flex__<"div">;
|
33
|
+
proProLabel?: Flex__<"div">;
|
34
|
+
topContent?: Flex__<"div">;
|
35
|
+
space?: Flex__<"div">;
|
36
|
+
loginTable?: Flex__<"form">;
|
37
|
+
nameField?: Flex__<"div">;
|
38
|
+
nameInput?: Flex__<typeof TextInput>;
|
39
|
+
emailField?: Flex__<"div">;
|
40
|
+
emailInput?: Flex__<typeof TextInput>;
|
41
|
+
passwordField?: Flex__<"div">;
|
42
|
+
passwordInput?: Flex__<typeof TextInput>;
|
43
|
+
signInButton?: Flex__<typeof Button>;
|
44
|
+
space2?: Flex__<"div">;
|
45
|
+
orSignUpSignInWithOneOfTheseSocialNetworks?: Flex__<"div">;
|
46
|
+
signInPlatformsButtons?: Flex__<"div">;
|
47
|
+
facebookAuthButton?: Flex__<"button">;
|
48
|
+
blackButtonFrame?: Flex__<"div">;
|
49
|
+
iconSourcesFacebook?: Flex__<"div">;
|
50
|
+
xcomAuthButton?: Flex__<"button">;
|
51
|
+
blackButtonFrame2?: Flex__<"div">;
|
52
|
+
googleAuthButton?: Flex__<"button">;
|
53
|
+
blackButtonFrame3?: Flex__<"div">;
|
54
|
+
space3?: Flex__<"div">;
|
55
|
+
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso?: Flex__<"div">;
|
56
|
+
space4?: Flex__<"div">;
|
57
|
+
magicLinkSignInButton?: Flex__<typeof Button>;
|
58
|
+
span?: Flex__<"span">;
|
59
|
+
resetPassword?: Flex__<"div">;
|
60
|
+
andIfYouNeedToYouCan?: Flex__<"div">;
|
61
|
+
resetPasswordButton?: Flex__<"a">;
|
62
|
+
signInContainer?: Flex__<"div">;
|
63
|
+
andIfYouNeedToYouCan2?: Flex__<"div">;
|
64
|
+
resetPasswordButton2?: Flex__<"a">;
|
65
|
+
space5?: Flex__<"div">;
|
66
|
+
bottom?: Flex__<"div">;
|
67
|
+
orSignUpButton?: Flex__<"button">;
|
68
|
+
buttonDefault?: Flex__<"div">;
|
69
|
+
continueWithoutAnAccountButton?: Flex__<typeof Button>;
|
70
|
+
};
|
71
|
+
export interface DefaultSignInSignUpFormProps {
|
72
|
+
email?: string;
|
73
|
+
emailError?: React.ReactNode;
|
74
|
+
passwordError?: React.ReactNode;
|
75
|
+
nameError?: React.ReactNode;
|
76
|
+
authUrl?: string;
|
77
|
+
mode?: SingleChoiceArg<"signIn" | "signUp" | "magic">;
|
78
|
+
app?: SingleChoiceArg<"hubHub" | "mapMap">;
|
79
|
+
className?: string;
|
80
|
+
}
|
81
|
+
declare const PlasmicDescendants: {
|
82
|
+
readonly root: readonly ["root", "container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xcomAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "span", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
83
|
+
readonly container: readonly ["container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xcomAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "span", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
84
|
+
readonly logoAndText: readonly ["logoAndText", "logo"];
|
85
|
+
readonly logo: readonly ["logo"];
|
86
|
+
readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xcomAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "span", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
87
|
+
readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xcomAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "span", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
|
88
|
+
readonly proProLabel: readonly ["proProLabel"];
|
89
|
+
readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xcomAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "span", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
|
90
|
+
readonly space: readonly ["space"];
|
91
|
+
readonly loginTable: readonly ["loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton"];
|
92
|
+
readonly nameField: readonly ["nameField", "nameInput"];
|
93
|
+
readonly nameInput: readonly ["nameInput"];
|
94
|
+
readonly emailField: readonly ["emailField", "emailInput"];
|
95
|
+
readonly emailInput: readonly ["emailInput"];
|
96
|
+
readonly passwordField: readonly ["passwordField", "passwordInput"];
|
97
|
+
readonly passwordInput: readonly ["passwordInput"];
|
98
|
+
readonly signInButton: readonly ["signInButton"];
|
99
|
+
readonly space2: readonly ["space2"];
|
100
|
+
readonly orSignUpSignInWithOneOfTheseSocialNetworks: readonly ["orSignUpSignInWithOneOfTheseSocialNetworks"];
|
101
|
+
readonly signInPlatformsButtons: readonly ["signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xcomAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3"];
|
102
|
+
readonly facebookAuthButton: readonly ["facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook"];
|
103
|
+
readonly blackButtonFrame: readonly ["blackButtonFrame"];
|
104
|
+
readonly iconSourcesFacebook: readonly ["iconSourcesFacebook"];
|
105
|
+
readonly xcomAuthButton: readonly ["xcomAuthButton", "blackButtonFrame2"];
|
106
|
+
readonly blackButtonFrame2: readonly ["blackButtonFrame2"];
|
107
|
+
readonly googleAuthButton: readonly ["googleAuthButton", "blackButtonFrame3"];
|
108
|
+
readonly blackButtonFrame3: readonly ["blackButtonFrame3"];
|
109
|
+
readonly space3: readonly ["space3"];
|
110
|
+
readonly dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: readonly ["dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"];
|
111
|
+
readonly space4: readonly ["space4"];
|
112
|
+
readonly magicLinkSignInButton: readonly ["magicLinkSignInButton", "span"];
|
113
|
+
readonly span: readonly ["span"];
|
114
|
+
readonly resetPassword: readonly ["resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton"];
|
115
|
+
readonly andIfYouNeedToYouCan: readonly ["andIfYouNeedToYouCan"];
|
116
|
+
readonly resetPasswordButton: readonly ["resetPasswordButton"];
|
117
|
+
readonly signInContainer: readonly ["signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2"];
|
118
|
+
readonly andIfYouNeedToYouCan2: readonly ["andIfYouNeedToYouCan2"];
|
119
|
+
readonly resetPasswordButton2: readonly ["resetPasswordButton2"];
|
120
|
+
readonly space5: readonly ["space5"];
|
121
|
+
readonly bottom: readonly ["bottom", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
122
|
+
readonly orSignUpButton: readonly ["orSignUpButton", "buttonDefault"];
|
123
|
+
readonly buttonDefault: readonly ["buttonDefault"];
|
124
|
+
readonly continueWithoutAnAccountButton: readonly ["continueWithoutAnAccountButton"];
|
125
|
+
};
|
126
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
127
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
128
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
129
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicSignInSignUpForm__OverridesType, DescendantsType<T>>;
|
130
|
+
export declare const PlasmicSignInSignUpForm: {
|
131
|
+
<T extends {
|
132
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
133
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
134
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
135
|
+
} & 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" | "span" | "top" | "bottom" | "container" | "root" | "emailInput" | "space" | "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
136
|
+
key?: React.Key | undefined;
|
137
|
+
}>(props: T & StrictProps<T, {
|
138
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
139
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
140
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
141
|
+
} & 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" | "span" | "top" | "bottom" | "container" | "root" | "emailInput" | "space" | "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
142
|
+
key?: React.Key | undefined;
|
143
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
144
|
+
displayName: string;
|
145
|
+
} & {
|
146
|
+
container: {
|
147
|
+
<T_1 extends {
|
148
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
149
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
150
|
+
overrides?: NodeOverridesType<"container"> | undefined;
|
151
|
+
} & 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" | "span" | "top" | "bottom" | "container" | "emailInput" | "space" | "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
152
|
+
key?: React.Key | undefined;
|
153
|
+
}>(props: T_1 & StrictProps<T_1, {
|
154
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
155
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
156
|
+
overrides?: NodeOverridesType<"container"> | undefined;
|
157
|
+
} & 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" | "span" | "top" | "bottom" | "container" | "emailInput" | "space" | "logo" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
158
|
+
key?: React.Key | undefined;
|
159
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
160
|
+
displayName: string;
|
161
|
+
};
|
162
|
+
logoAndText: {
|
163
|
+
<T_2 extends {
|
164
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
165
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
166
|
+
overrides?: NodeOverridesType<"logoAndText"> | undefined;
|
167
|
+
} & 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" | ReservedPropsType> & {
|
168
|
+
key?: React.Key | undefined;
|
169
|
+
}>(props: T_2 & StrictProps<T_2, {
|
170
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
171
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
172
|
+
overrides?: NodeOverridesType<"logoAndText"> | undefined;
|
173
|
+
} & 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" | ReservedPropsType> & {
|
174
|
+
key?: React.Key | undefined;
|
175
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
176
|
+
displayName: string;
|
177
|
+
};
|
178
|
+
logo: {
|
179
|
+
<T extends {
|
180
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
181
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
182
|
+
overrides?: NodeOverridesType<"logo"> | undefined;
|
183
|
+
} & 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> & {
|
184
|
+
key?: React.Key | undefined;
|
185
|
+
}>(props: T & StrictProps<T, {
|
186
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
187
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
188
|
+
overrides?: NodeOverridesType<"logo"> | undefined;
|
189
|
+
} & 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> & {
|
190
|
+
key?: React.Key | undefined;
|
191
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
192
|
+
displayName: string;
|
193
|
+
};
|
194
|
+
form: {
|
195
|
+
<T_1 extends {
|
196
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
197
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
198
|
+
overrides?: NodeOverridesType<"form"> | undefined;
|
199
|
+
} & 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" | "span" | "top" | "bottom" | "emailInput" | "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
200
|
+
key?: React.Key | undefined;
|
201
|
+
}>(props: T_1 & StrictProps<T_1, {
|
202
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
203
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
204
|
+
overrides?: NodeOverridesType<"form"> | undefined;
|
205
|
+
} & 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" | "span" | "top" | "bottom" | "emailInput" | "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
206
|
+
key?: React.Key | undefined;
|
207
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
208
|
+
displayName: string;
|
209
|
+
};
|
210
|
+
top: {
|
211
|
+
<T_2 extends {
|
212
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
213
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
214
|
+
overrides?: NodeOverridesType<"top"> | undefined;
|
215
|
+
} & 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>>, "span" | "top" | "emailInput" | "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
216
|
+
key?: React.Key | undefined;
|
217
|
+
}>(props: T_2 & StrictProps<T_2, {
|
218
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
219
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
220
|
+
overrides?: NodeOverridesType<"top"> | undefined;
|
221
|
+
} & 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>>, "span" | "top" | "emailInput" | "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
222
|
+
key?: React.Key | undefined;
|
223
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
224
|
+
displayName: string;
|
225
|
+
};
|
226
|
+
proProLabel: {
|
227
|
+
<T_3 extends {
|
228
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
229
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
230
|
+
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
231
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | ReservedPropsType> & {
|
232
|
+
key?: React.Key | undefined;
|
233
|
+
}>(props: T_3 & StrictProps<T_3, {
|
234
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
235
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
236
|
+
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
237
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | ReservedPropsType> & {
|
238
|
+
key?: React.Key | undefined;
|
239
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
240
|
+
displayName: string;
|
241
|
+
};
|
242
|
+
topContent: {
|
243
|
+
<T_4 extends {
|
244
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
245
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
246
|
+
overrides?: NodeOverridesType<"topContent"> | undefined;
|
247
|
+
} & 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>>, "span" | "emailInput" | "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
248
|
+
key?: React.Key | undefined;
|
249
|
+
}>(props: T_4 & StrictProps<T_4, {
|
250
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
251
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
252
|
+
overrides?: NodeOverridesType<"topContent"> | undefined;
|
253
|
+
} & 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>>, "span" | "emailInput" | "space" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
254
|
+
key?: React.Key | undefined;
|
255
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
256
|
+
displayName: string;
|
257
|
+
};
|
258
|
+
space: {
|
259
|
+
<T_5 extends {
|
260
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
261
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
262
|
+
overrides?: NodeOverridesType<"space"> | undefined;
|
263
|
+
} & 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> & {
|
264
|
+
key?: React.Key | undefined;
|
265
|
+
}>(props: T_5 & StrictProps<T_5, {
|
266
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
267
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
268
|
+
overrides?: NodeOverridesType<"space"> | undefined;
|
269
|
+
} & 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> & {
|
270
|
+
key?: React.Key | undefined;
|
271
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
272
|
+
displayName: string;
|
273
|
+
};
|
274
|
+
loginTable: {
|
275
|
+
<T_6 extends {
|
276
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
277
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
278
|
+
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
279
|
+
} & 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>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | ReservedPropsType> & {
|
280
|
+
key?: React.Key | undefined;
|
281
|
+
}>(props: T_6 & StrictProps<T_6, {
|
282
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
283
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
284
|
+
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
285
|
+
} & 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>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "nameInput" | "emailField" | "passwordField" | "passwordInput" | "signInButton" | ReservedPropsType> & {
|
286
|
+
key?: React.Key | undefined;
|
287
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
288
|
+
displayName: string;
|
289
|
+
};
|
290
|
+
nameField: {
|
291
|
+
<T_7 extends {
|
292
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
293
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
294
|
+
overrides?: NodeOverridesType<"nameField"> | undefined;
|
295
|
+
} & 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" | "nameInput" | ReservedPropsType> & {
|
296
|
+
key?: React.Key | undefined;
|
297
|
+
}>(props: T_7 & StrictProps<T_7, {
|
298
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
299
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
300
|
+
overrides?: NodeOverridesType<"nameField"> | undefined;
|
301
|
+
} & 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" | "nameInput" | ReservedPropsType> & {
|
302
|
+
key?: React.Key | undefined;
|
303
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
304
|
+
displayName: string;
|
305
|
+
};
|
306
|
+
nameInput: {
|
307
|
+
<T_8 extends {
|
308
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
309
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
310
|
+
overrides?: NodeOverridesType<"nameInput"> | undefined;
|
311
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../TextInput").TextInputProps, "ref"> & React.RefAttributes<import("@plasmicapp/react-web").TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "nameInput" | ReservedPropsType> & {
|
312
|
+
key?: React.Key | undefined;
|
313
|
+
}>(props: T_8 & StrictProps<T_8, {
|
314
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
315
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
316
|
+
overrides?: NodeOverridesType<"nameInput"> | undefined;
|
317
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"nameInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../TextInput").TextInputProps, "ref"> & React.RefAttributes<import("@plasmicapp/react-web").TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "nameInput" | ReservedPropsType> & {
|
318
|
+
key?: React.Key | undefined;
|
319
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
320
|
+
displayName: string;
|
321
|
+
};
|
322
|
+
emailField: {
|
323
|
+
<T_9 extends {
|
324
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
325
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
326
|
+
overrides?: NodeOverridesType<"emailField"> | undefined;
|
327
|
+
} & 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>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField" | ReservedPropsType> & {
|
328
|
+
key?: React.Key | undefined;
|
329
|
+
}>(props: T_9 & StrictProps<T_9, {
|
330
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
331
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
332
|
+
overrides?: NodeOverridesType<"emailField"> | undefined;
|
333
|
+
} & 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>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField" | ReservedPropsType> & {
|
334
|
+
key?: React.Key | undefined;
|
335
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
336
|
+
displayName: string;
|
337
|
+
};
|
338
|
+
emailInput: {
|
339
|
+
<T_10 extends {
|
340
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
341
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
342
|
+
overrides?: NodeOverridesType<"emailInput"> | undefined;
|
343
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../TextInput").TextInputProps, "ref"> & React.RefAttributes<import("@plasmicapp/react-web").TextInputRefValue>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
344
|
+
key?: React.Key | undefined;
|
345
|
+
}>(props: T_10 & StrictProps<T_10, {
|
346
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
347
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
348
|
+
overrides?: NodeOverridesType<"emailInput"> | undefined;
|
349
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../TextInput").TextInputProps, "ref"> & React.RefAttributes<import("@plasmicapp/react-web").TextInputRefValue>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
350
|
+
key?: React.Key | undefined;
|
351
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
352
|
+
displayName: string;
|
353
|
+
};
|
354
|
+
passwordField: {
|
355
|
+
<T_11 extends {
|
356
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
357
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
358
|
+
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
359
|
+
} & 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" | "passwordInput" | ReservedPropsType> & {
|
360
|
+
key?: React.Key | undefined;
|
361
|
+
}>(props: T_11 & StrictProps<T_11, {
|
362
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
363
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
364
|
+
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
365
|
+
} & 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" | "passwordInput" | ReservedPropsType> & {
|
366
|
+
key?: React.Key | undefined;
|
367
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
368
|
+
displayName: string;
|
369
|
+
};
|
370
|
+
passwordInput: {
|
371
|
+
<T_12 extends {
|
372
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
373
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
374
|
+
overrides?: NodeOverridesType<"passwordInput"> | undefined;
|
375
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../TextInput").TextInputProps, "ref"> & React.RefAttributes<import("@plasmicapp/react-web").TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordInput" | ReservedPropsType> & {
|
376
|
+
key?: React.Key | undefined;
|
377
|
+
}>(props: T_12 & StrictProps<T_12, {
|
378
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
379
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
380
|
+
overrides?: NodeOverridesType<"passwordInput"> | undefined;
|
381
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../TextInput").TextInputProps, "ref"> & React.RefAttributes<import("@plasmicapp/react-web").TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordInput" | ReservedPropsType> & {
|
382
|
+
key?: React.Key | undefined;
|
383
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
384
|
+
displayName: string;
|
385
|
+
};
|
386
|
+
signInButton: {
|
387
|
+
<T_13 extends {
|
388
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
389
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
390
|
+
overrides?: NodeOverridesType<"signInButton"> | undefined;
|
391
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../Button").ButtonProps, import("@plasmicapp/react-web").HtmlButtonOnlyProps> & {
|
392
|
+
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
393
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInButton" | ReservedPropsType> & {
|
394
|
+
key?: React.Key | undefined;
|
395
|
+
}>(props: T_13 & StrictProps<T_13, {
|
396
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
397
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
398
|
+
overrides?: NodeOverridesType<"signInButton"> | undefined;
|
399
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../Button").ButtonProps, import("@plasmicapp/react-web").HtmlButtonOnlyProps> & {
|
400
|
+
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
401
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInButton" | ReservedPropsType> & {
|
402
|
+
key?: React.Key | undefined;
|
403
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
404
|
+
displayName: string;
|
405
|
+
};
|
406
|
+
space2: {
|
407
|
+
<T_14 extends {
|
408
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
409
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
410
|
+
overrides?: NodeOverridesType<"space2"> | undefined;
|
411
|
+
} & 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" | ReservedPropsType> & {
|
412
|
+
key?: React.Key | undefined;
|
413
|
+
}>(props: T_14 & StrictProps<T_14, {
|
414
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
415
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
416
|
+
overrides?: NodeOverridesType<"space2"> | undefined;
|
417
|
+
} & 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" | ReservedPropsType> & {
|
418
|
+
key?: React.Key | undefined;
|
419
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
420
|
+
displayName: string;
|
421
|
+
};
|
422
|
+
orSignUpSignInWithOneOfTheseSocialNetworks: {
|
423
|
+
<T_15 extends {
|
424
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
425
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
426
|
+
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
427
|
+
} & 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" | ReservedPropsType> & {
|
428
|
+
key?: React.Key | undefined;
|
429
|
+
}>(props: T_15 & StrictProps<T_15, {
|
430
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
431
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
432
|
+
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
433
|
+
} & 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" | ReservedPropsType> & {
|
434
|
+
key?: React.Key | undefined;
|
435
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
436
|
+
displayName: string;
|
437
|
+
};
|
438
|
+
signInPlatformsButtons: {
|
439
|
+
<T_16 extends {
|
440
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
441
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
442
|
+
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
443
|
+
} & 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" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | ReservedPropsType> & {
|
444
|
+
key?: React.Key | undefined;
|
445
|
+
}>(props: T_16 & StrictProps<T_16, {
|
446
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
447
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
448
|
+
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
449
|
+
} & 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" | "xcomAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | ReservedPropsType> & {
|
450
|
+
key?: React.Key | undefined;
|
451
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
452
|
+
displayName: string;
|
453
|
+
};
|
454
|
+
facebookAuthButton: {
|
455
|
+
<T_17 extends {
|
456
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
457
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
458
|
+
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
459
|
+
} & 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" | ReservedPropsType> & {
|
460
|
+
key?: React.Key | undefined;
|
461
|
+
}>(props: T_17 & StrictProps<T_17, {
|
462
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
463
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
464
|
+
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
465
|
+
} & 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" | ReservedPropsType> & {
|
466
|
+
key?: React.Key | undefined;
|
467
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
468
|
+
displayName: string;
|
469
|
+
};
|
470
|
+
blackButtonFrame: {
|
471
|
+
<T_18 extends {
|
472
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
473
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
474
|
+
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
475
|
+
} & 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" | ReservedPropsType> & {
|
476
|
+
key?: React.Key | undefined;
|
477
|
+
}>(props: T_18 & StrictProps<T_18, {
|
478
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
479
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
480
|
+
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
481
|
+
} & 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" | ReservedPropsType> & {
|
482
|
+
key?: React.Key | undefined;
|
483
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
484
|
+
displayName: string;
|
485
|
+
};
|
486
|
+
iconSourcesFacebook: {
|
487
|
+
<T_19 extends {
|
488
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
489
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
490
|
+
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
491
|
+
} & 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" | ReservedPropsType> & {
|
492
|
+
key?: React.Key | undefined;
|
493
|
+
}>(props: T_19 & StrictProps<T_19, {
|
494
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
495
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
496
|
+
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
497
|
+
} & 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" | ReservedPropsType> & {
|
498
|
+
key?: React.Key | undefined;
|
499
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
500
|
+
displayName: string;
|
501
|
+
};
|
502
|
+
xcomAuthButton: {
|
503
|
+
<T_20 extends {
|
504
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
505
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
506
|
+
overrides?: NodeOverridesType<"xcomAuthButton"> | undefined;
|
507
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xcomAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "xcomAuthButton" | "blackButtonFrame2" | ReservedPropsType> & {
|
508
|
+
key?: React.Key | undefined;
|
509
|
+
}>(props: T_20 & StrictProps<T_20, {
|
510
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
511
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
512
|
+
overrides?: NodeOverridesType<"xcomAuthButton"> | undefined;
|
513
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xcomAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "xcomAuthButton" | "blackButtonFrame2" | ReservedPropsType> & {
|
514
|
+
key?: React.Key | undefined;
|
515
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
516
|
+
displayName: string;
|
517
|
+
};
|
518
|
+
blackButtonFrame2: {
|
519
|
+
<T_21 extends {
|
520
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
521
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
522
|
+
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
523
|
+
} & 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" | ReservedPropsType> & {
|
524
|
+
key?: React.Key | undefined;
|
525
|
+
}>(props: T_21 & StrictProps<T_21, {
|
526
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
527
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
528
|
+
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
529
|
+
} & 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" | ReservedPropsType> & {
|
530
|
+
key?: React.Key | undefined;
|
531
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
532
|
+
displayName: string;
|
533
|
+
};
|
534
|
+
googleAuthButton: {
|
535
|
+
<T_22 extends {
|
536
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
537
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
538
|
+
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
539
|
+
} & 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" | ReservedPropsType> & {
|
540
|
+
key?: React.Key | undefined;
|
541
|
+
}>(props: T_22 & StrictProps<T_22, {
|
542
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
543
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
544
|
+
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
545
|
+
} & 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" | ReservedPropsType> & {
|
546
|
+
key?: React.Key | undefined;
|
547
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
548
|
+
displayName: string;
|
549
|
+
};
|
550
|
+
blackButtonFrame3: {
|
551
|
+
<T_23 extends {
|
552
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
553
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
554
|
+
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
555
|
+
} & 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" | ReservedPropsType> & {
|
556
|
+
key?: React.Key | undefined;
|
557
|
+
}>(props: T_23 & StrictProps<T_23, {
|
558
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
559
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
560
|
+
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
561
|
+
} & 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" | ReservedPropsType> & {
|
562
|
+
key?: React.Key | undefined;
|
563
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
564
|
+
displayName: string;
|
565
|
+
};
|
566
|
+
space3: {
|
567
|
+
<T_24 extends {
|
568
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
569
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
570
|
+
overrides?: NodeOverridesType<"space3"> | undefined;
|
571
|
+
} & 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" | ReservedPropsType> & {
|
572
|
+
key?: React.Key | undefined;
|
573
|
+
}>(props: T_24 & StrictProps<T_24, {
|
574
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
575
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
576
|
+
overrides?: NodeOverridesType<"space3"> | undefined;
|
577
|
+
} & 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" | ReservedPropsType> & {
|
578
|
+
key?: React.Key | undefined;
|
579
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
580
|
+
displayName: string;
|
581
|
+
};
|
582
|
+
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: {
|
583
|
+
<T_25 extends {
|
584
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
585
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
586
|
+
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
587
|
+
} & 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" | ReservedPropsType> & {
|
588
|
+
key?: React.Key | undefined;
|
589
|
+
}>(props: T_25 & StrictProps<T_25, {
|
590
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
591
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
592
|
+
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
593
|
+
} & 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" | ReservedPropsType> & {
|
594
|
+
key?: React.Key | undefined;
|
595
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
596
|
+
displayName: string;
|
597
|
+
};
|
598
|
+
space4: {
|
599
|
+
<T_26 extends {
|
600
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
601
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
602
|
+
overrides?: NodeOverridesType<"space4"> | undefined;
|
603
|
+
} & 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" | ReservedPropsType> & {
|
604
|
+
key?: React.Key | undefined;
|
605
|
+
}>(props: T_26 & StrictProps<T_26, {
|
606
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
607
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
608
|
+
overrides?: NodeOverridesType<"space4"> | undefined;
|
609
|
+
} & 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" | ReservedPropsType> & {
|
610
|
+
key?: React.Key | undefined;
|
611
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
612
|
+
displayName: string;
|
613
|
+
};
|
614
|
+
magicLinkSignInButton: {
|
615
|
+
<T_27 extends {
|
616
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
617
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
618
|
+
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
619
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../Button").ButtonProps, import("@plasmicapp/react-web").HtmlButtonOnlyProps> & {
|
620
|
+
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
621
|
+
}>, "span" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "magicLinkSignInButton" | ReservedPropsType> & {
|
622
|
+
key?: React.Key | undefined;
|
623
|
+
}>(props: T_27 & StrictProps<T_27, {
|
624
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
625
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
626
|
+
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
627
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"magicLinkSignInButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../Button").ButtonProps, import("@plasmicapp/react-web").HtmlButtonOnlyProps> & {
|
628
|
+
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
629
|
+
}>, "span" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "magicLinkSignInButton" | ReservedPropsType> & {
|
630
|
+
key?: React.Key | undefined;
|
631
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
632
|
+
displayName: string;
|
633
|
+
};
|
634
|
+
span: {
|
635
|
+
<T_28 extends {
|
636
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
637
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
638
|
+
overrides?: NodeOverridesType<"span"> | undefined;
|
639
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"span">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, "span" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
640
|
+
key?: React.Key | undefined;
|
641
|
+
}>(props: T_28 & StrictProps<T_28, {
|
642
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
643
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
644
|
+
overrides?: NodeOverridesType<"span"> | undefined;
|
645
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"span">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, "span" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
646
|
+
key?: React.Key | undefined;
|
647
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
648
|
+
displayName: string;
|
649
|
+
};
|
650
|
+
resetPassword: {
|
651
|
+
<T_29 extends {
|
652
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
653
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
654
|
+
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
655
|
+
} & 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>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | ReservedPropsType> & {
|
656
|
+
key?: React.Key | undefined;
|
657
|
+
}>(props: T_29 & StrictProps<T_29, {
|
658
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
659
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
660
|
+
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
661
|
+
} & 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>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPassword" | "andIfYouNeedToYouCan" | "resetPasswordButton" | ReservedPropsType> & {
|
662
|
+
key?: React.Key | undefined;
|
663
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
664
|
+
displayName: string;
|
665
|
+
};
|
666
|
+
andIfYouNeedToYouCan: {
|
667
|
+
<T_30 extends {
|
668
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
669
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
670
|
+
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
671
|
+
} & 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" | ReservedPropsType> & {
|
672
|
+
key?: React.Key | undefined;
|
673
|
+
}>(props: T_30 & StrictProps<T_30, {
|
674
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
675
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
676
|
+
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
677
|
+
} & 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" | ReservedPropsType> & {
|
678
|
+
key?: React.Key | undefined;
|
679
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
680
|
+
displayName: string;
|
681
|
+
};
|
682
|
+
resetPasswordButton: {
|
683
|
+
<T_31 extends {
|
684
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
685
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
686
|
+
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
687
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton" | ReservedPropsType> & {
|
688
|
+
key?: React.Key | undefined;
|
689
|
+
}>(props: T_31 & StrictProps<T_31, {
|
690
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
691
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
692
|
+
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
693
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton" | ReservedPropsType> & {
|
694
|
+
key?: React.Key | undefined;
|
695
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
696
|
+
displayName: string;
|
697
|
+
};
|
698
|
+
signInContainer: {
|
699
|
+
<T_32 extends {
|
700
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
701
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
702
|
+
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
703
|
+
} & 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" | ReservedPropsType> & {
|
704
|
+
key?: React.Key | undefined;
|
705
|
+
}>(props: T_32 & StrictProps<T_32, {
|
706
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
707
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
708
|
+
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
709
|
+
} & 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" | ReservedPropsType> & {
|
710
|
+
key?: React.Key | undefined;
|
711
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
712
|
+
displayName: string;
|
713
|
+
};
|
714
|
+
andIfYouNeedToYouCan2: {
|
715
|
+
<T_33 extends {
|
716
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
717
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
718
|
+
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
719
|
+
} & 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" | ReservedPropsType> & {
|
720
|
+
key?: React.Key | undefined;
|
721
|
+
}>(props: T_33 & StrictProps<T_33, {
|
722
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
723
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
724
|
+
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
725
|
+
} & 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" | ReservedPropsType> & {
|
726
|
+
key?: React.Key | undefined;
|
727
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
728
|
+
displayName: string;
|
729
|
+
};
|
730
|
+
resetPasswordButton2: {
|
731
|
+
<T_34 extends {
|
732
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
733
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
734
|
+
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
735
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton2" | ReservedPropsType> & {
|
736
|
+
key?: React.Key | undefined;
|
737
|
+
}>(props: T_34 & StrictProps<T_34, {
|
738
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
739
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
740
|
+
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
741
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton2" | ReservedPropsType> & {
|
742
|
+
key?: React.Key | undefined;
|
743
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
744
|
+
displayName: string;
|
745
|
+
};
|
746
|
+
space5: {
|
747
|
+
<T_35 extends {
|
748
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
749
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
750
|
+
overrides?: NodeOverridesType<"space5"> | undefined;
|
751
|
+
} & 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" | ReservedPropsType> & {
|
752
|
+
key?: React.Key | undefined;
|
753
|
+
}>(props: T_35 & StrictProps<T_35, {
|
754
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
755
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
756
|
+
overrides?: NodeOverridesType<"space5"> | undefined;
|
757
|
+
} & 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" | ReservedPropsType> & {
|
758
|
+
key?: React.Key | undefined;
|
759
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
760
|
+
displayName: string;
|
761
|
+
};
|
762
|
+
bottom: {
|
763
|
+
<T_36 extends {
|
764
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
765
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
766
|
+
overrides?: NodeOverridesType<"bottom"> | undefined;
|
767
|
+
} & 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 | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
768
|
+
key?: React.Key | undefined;
|
769
|
+
}>(props: T_36 & StrictProps<T_36, {
|
770
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
771
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
772
|
+
overrides?: NodeOverridesType<"bottom"> | undefined;
|
773
|
+
} & 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 | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
774
|
+
key?: React.Key | undefined;
|
775
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
776
|
+
displayName: string;
|
777
|
+
};
|
778
|
+
orSignUpButton: {
|
779
|
+
<T_37 extends {
|
780
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
781
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
782
|
+
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
783
|
+
} & 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" | ReservedPropsType> & {
|
784
|
+
key?: React.Key | undefined;
|
785
|
+
}>(props: T_37 & StrictProps<T_37, {
|
786
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
787
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
788
|
+
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
789
|
+
} & 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" | ReservedPropsType> & {
|
790
|
+
key?: React.Key | undefined;
|
791
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
792
|
+
displayName: string;
|
793
|
+
};
|
794
|
+
buttonDefault: {
|
795
|
+
<T_38 extends {
|
796
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
797
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
798
|
+
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
799
|
+
} & 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" | ReservedPropsType> & {
|
800
|
+
key?: React.Key | undefined;
|
801
|
+
}>(props: T_38 & StrictProps<T_38, {
|
802
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
803
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
804
|
+
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
805
|
+
} & 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" | ReservedPropsType> & {
|
806
|
+
key?: React.Key | undefined;
|
807
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
808
|
+
displayName: string;
|
809
|
+
};
|
810
|
+
continueWithoutAnAccountButton: {
|
811
|
+
<T_39 extends {
|
812
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
813
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
814
|
+
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
815
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../Button").ButtonProps, import("@plasmicapp/react-web").HtmlButtonOnlyProps> & {
|
816
|
+
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
817
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
818
|
+
key?: React.Key | undefined;
|
819
|
+
}>(props: T_39 & StrictProps<T_39, {
|
820
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
821
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
822
|
+
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
823
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"continueWithoutAnAccountButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import("../../Button").ButtonProps, import("@plasmicapp/react-web").HtmlButtonOnlyProps> & {
|
824
|
+
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
825
|
+
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
826
|
+
key?: React.Key | undefined;
|
827
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
828
|
+
displayName: string;
|
829
|
+
};
|
830
|
+
internalVariantProps: (keyof PlasmicSignInSignUpForm__VariantsArgs)[];
|
831
|
+
internalArgProps: (keyof PlasmicSignInSignUpForm__ArgsType)[];
|
832
|
+
};
|
833
|
+
export default PlasmicSignInSignUpForm;
|