propro-common-components 0.2.70 → 0.2.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/useGet.d.ts +2 -2
- package/dist/api/useMutate.d.ts +1 -1
- package/dist/api/useMutateWithKeepAlive.d.ts +2 -2
- package/dist/components/theme-provider.d.ts +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +3 -3
- package/dist/components/ui/menubar.d.ts +31 -0
- package/dist/hoc/PrivateRoute.d.ts +1 -0
- package/dist/hooks/useAuth.d.ts +2 -1
- package/dist/main.css +1 -1
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +30 -30
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButtonFromProPro.d.ts +30 -30
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicDescription.d.ts +16 -16
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +52 -52
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLabel.d.ts +24 -24
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +58 -58
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +14 -14
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLabel.d.ts +36 -36
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +498 -498
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpFormLayout.d.ts +88 -88
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSlider.d.ts +64 -64
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSliderThumb.d.ts +6 -6
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInputFromProPro.d.ts +30 -30
- package/dist/propro-common-components.js +24854 -26127
- package/dist/utils/checkAccessToken.d.ts +1 -1
- package/dist/utils/iconUtils.d.ts +1 -1
- package/package.json +3 -2
|
@@ -53,161 +53,161 @@ type ReservedPropsType = "variants" | "args" | "overrides";
|
|
|
53
53
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicSignInSignUpFormLayout__OverridesType, DescendantsType<T>>;
|
|
54
54
|
export declare const PlasmicSignInSignUpFormLayout: {
|
|
55
55
|
<T extends {
|
|
56
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
57
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
56
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
57
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
58
58
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
59
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
60
|
-
key?: React.Key;
|
|
59
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
60
|
+
key?: React.Key | undefined;
|
|
61
61
|
}>(props: T & StrictProps<T, {
|
|
62
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
63
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
62
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
63
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
64
64
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
65
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
66
|
-
key?: React.Key;
|
|
65
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "root" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
66
|
+
key?: React.Key | undefined;
|
|
67
67
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
68
68
|
displayName: string;
|
|
69
69
|
} & {
|
|
70
70
|
container: {
|
|
71
|
-
<
|
|
72
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
73
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
71
|
+
<T_1 extends {
|
|
72
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
73
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
74
74
|
overrides?: NodeOverridesType<"container"> | undefined;
|
|
75
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
76
|
-
key?: React.Key;
|
|
77
|
-
}>(props:
|
|
78
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
79
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
75
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
76
|
+
key?: React.Key | undefined;
|
|
77
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
78
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
79
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
80
80
|
overrides?: NodeOverridesType<"container"> | undefined;
|
|
81
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
82
|
-
key?: React.Key;
|
|
81
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "container" | "logo" | "proProLabel" | "logoAndText" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
82
|
+
key?: React.Key | undefined;
|
|
83
83
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
84
84
|
displayName: string;
|
|
85
85
|
};
|
|
86
86
|
logoAndText: {
|
|
87
|
-
<
|
|
88
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
89
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
87
|
+
<T_2 extends {
|
|
88
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
89
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
90
90
|
overrides?: NodeOverridesType<"logoAndText"> | undefined;
|
|
91
91
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logoAndText">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "logo" | "logoAndText" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
92
|
-
key?: React.Key;
|
|
93
|
-
}>(props:
|
|
94
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
95
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
92
|
+
key?: React.Key | undefined;
|
|
93
|
+
}>(props: T_2 & StrictProps<T_2, {
|
|
94
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
95
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
96
96
|
overrides?: NodeOverridesType<"logoAndText"> | undefined;
|
|
97
97
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logoAndText">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "logo" | "logoAndText" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
98
|
-
key?: React.Key;
|
|
98
|
+
key?: React.Key | undefined;
|
|
99
99
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
100
100
|
displayName: string;
|
|
101
101
|
};
|
|
102
102
|
logo: {
|
|
103
103
|
<T extends {
|
|
104
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
105
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
104
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
105
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
106
106
|
overrides?: NodeOverridesType<"logo"> | undefined;
|
|
107
107
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logo">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Logo').LogoProps & React.RefAttributes<HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
108
|
-
key?: React.Key;
|
|
108
|
+
key?: React.Key | undefined;
|
|
109
109
|
}>(props: T & StrictProps<T, {
|
|
110
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
111
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
110
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
111
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
112
112
|
overrides?: NodeOverridesType<"logo"> | undefined;
|
|
113
113
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logo">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Logo').LogoProps & React.RefAttributes<HTMLDivElement>>, "logo" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
114
|
-
key?: React.Key;
|
|
114
|
+
key?: React.Key | undefined;
|
|
115
115
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
116
116
|
displayName: string;
|
|
117
117
|
};
|
|
118
118
|
form: {
|
|
119
|
-
<
|
|
120
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
121
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
119
|
+
<T_1 extends {
|
|
120
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
121
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
122
122
|
overrides?: NodeOverridesType<"form"> | undefined;
|
|
123
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
124
|
-
key?: React.Key;
|
|
125
|
-
}>(props:
|
|
126
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
127
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
123
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
124
|
+
key?: React.Key | undefined;
|
|
125
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
126
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
127
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
128
128
|
overrides?: NodeOverridesType<"form"> | undefined;
|
|
129
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
130
|
-
key?: React.Key;
|
|
129
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
130
|
+
key?: React.Key | undefined;
|
|
131
131
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
132
132
|
displayName: string;
|
|
133
133
|
};
|
|
134
134
|
top: {
|
|
135
|
-
<
|
|
136
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
137
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
135
|
+
<T_2 extends {
|
|
136
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
137
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
138
138
|
overrides?: NodeOverridesType<"top"> | undefined;
|
|
139
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
140
|
-
key?: React.Key;
|
|
141
|
-
}>(props:
|
|
142
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
143
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
139
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
140
|
+
key?: React.Key | undefined;
|
|
141
|
+
}>(props: T_2 & StrictProps<T_2, {
|
|
142
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
143
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
144
144
|
overrides?: NodeOverridesType<"top"> | undefined;
|
|
145
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
146
|
-
key?: React.Key;
|
|
145
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "proProLabel" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
146
|
+
key?: React.Key | undefined;
|
|
147
147
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
148
148
|
displayName: string;
|
|
149
149
|
};
|
|
150
150
|
proProLabel: {
|
|
151
|
-
<
|
|
152
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
153
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
151
|
+
<T_3 extends {
|
|
152
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
153
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
154
154
|
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
|
155
155
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "proProLabel" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
156
|
-
key?: React.Key;
|
|
157
|
-
}>(props:
|
|
158
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
159
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
156
|
+
key?: React.Key | undefined;
|
|
157
|
+
}>(props: T_3 & StrictProps<T_3, {
|
|
158
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
159
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
160
160
|
overrides?: NodeOverridesType<"proProLabel"> | undefined;
|
|
161
161
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"proProLabel">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "proProLabel" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
162
|
-
key?: React.Key;
|
|
162
|
+
key?: React.Key | undefined;
|
|
163
163
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
164
164
|
displayName: string;
|
|
165
165
|
};
|
|
166
166
|
topContent: {
|
|
167
|
-
<
|
|
168
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
169
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
167
|
+
<T_4 extends {
|
|
168
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
169
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
170
170
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
|
171
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
172
|
-
key?: React.Key;
|
|
173
|
-
}>(props:
|
|
174
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
175
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
171
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
172
|
+
key?: React.Key | undefined;
|
|
173
|
+
}>(props: T_4 & StrictProps<T_4, {
|
|
174
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
175
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
176
176
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
|
177
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
178
|
-
key?: React.Key;
|
|
177
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "topContent" | keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
178
|
+
key?: React.Key | undefined;
|
|
179
179
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
180
180
|
displayName: string;
|
|
181
181
|
};
|
|
182
182
|
space: {
|
|
183
|
-
<
|
|
184
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
185
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
183
|
+
<T_5 extends {
|
|
184
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
185
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
186
186
|
overrides?: NodeOverridesType<"space"> | undefined;
|
|
187
187
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
188
|
-
key?: React.Key;
|
|
189
|
-
}>(props:
|
|
190
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
191
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
188
|
+
key?: React.Key | undefined;
|
|
189
|
+
}>(props: T_5 & StrictProps<T_5, {
|
|
190
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
191
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
192
192
|
overrides?: NodeOverridesType<"space"> | undefined;
|
|
193
193
|
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & {
|
|
194
|
-
key?: React.Key;
|
|
194
|
+
key?: React.Key | undefined;
|
|
195
195
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
196
196
|
displayName: string;
|
|
197
197
|
};
|
|
198
198
|
formContainer: {
|
|
199
|
-
<
|
|
200
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
201
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
199
|
+
<T_6 extends {
|
|
200
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
201
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
202
202
|
overrides?: NodeOverridesType<"formContainer"> | undefined;
|
|
203
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"formContainer">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
204
|
-
key?: React.Key;
|
|
205
|
-
}>(props:
|
|
206
|
-
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs;
|
|
207
|
-
args?: PlasmicSignInSignUpFormLayout__ArgsType;
|
|
203
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"formContainer">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
204
|
+
key?: React.Key | undefined;
|
|
205
|
+
}>(props: T_6 & StrictProps<T_6, {
|
|
206
|
+
variants?: PlasmicSignInSignUpFormLayout__VariantsArgs | undefined;
|
|
207
|
+
args?: PlasmicSignInSignUpFormLayout__ArgsType | undefined;
|
|
208
208
|
overrides?: NodeOverridesType<"formContainer"> | undefined;
|
|
209
|
-
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"formContainer">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpFormLayout__ArgsType |
|
|
210
|
-
key?: React.Key;
|
|
209
|
+
} & Omit<PlasmicSignInSignUpFormLayout__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpFormLayout__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"formContainer">, keyof PlasmicSignInSignUpFormLayout__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpFormLayout__ArgsType | "formContainer" | ReservedPropsType> & {
|
|
210
|
+
key?: React.Key | undefined;
|
|
211
211
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
212
212
|
displayName: string;
|
|
213
213
|
};
|
|
@@ -69,113 +69,113 @@ type ReservedPropsType = "variants" | "args" | "overrides";
|
|
|
69
69
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicSlider__OverridesType, DescendantsType<T>>;
|
|
70
70
|
export declare const PlasmicSlider: {
|
|
71
71
|
<T extends {
|
|
72
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
73
|
-
args?: PlasmicSlider__ArgsType;
|
|
72
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
73
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
74
74
|
overrides?: NodeOverridesType<"ariaSlider"> | undefined;
|
|
75
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSlider">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSlider').BaseSliderProps<number | number[]>>, "background" | "description" | keyof PlasmicSlider__ArgsType |
|
|
76
|
-
key?: React.Key;
|
|
75
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSlider">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSlider').BaseSliderProps<number | number[]>>, "background" | "description" | keyof PlasmicSlider__ArgsType | "ariaSlider" | "ariaSliderOutput" | "ariaSliderTrack" | "foreground" | ReservedPropsType> & {
|
|
76
|
+
key?: React.Key | undefined;
|
|
77
77
|
}>(props: T & StrictProps<T, {
|
|
78
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
79
|
-
args?: PlasmicSlider__ArgsType;
|
|
78
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
79
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
80
80
|
overrides?: NodeOverridesType<"ariaSlider"> | undefined;
|
|
81
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSlider">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSlider').BaseSliderProps<number | number[]>>, "background" | "description" | keyof PlasmicSlider__ArgsType |
|
|
82
|
-
key?: React.Key;
|
|
81
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSlider">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSlider').BaseSliderProps<number | number[]>>, "background" | "description" | keyof PlasmicSlider__ArgsType | "ariaSlider" | "ariaSliderOutput" | "ariaSliderTrack" | "foreground" | ReservedPropsType> & {
|
|
82
|
+
key?: React.Key | undefined;
|
|
83
83
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
84
84
|
displayName: string;
|
|
85
85
|
} & {
|
|
86
86
|
label: {
|
|
87
|
-
<
|
|
88
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
89
|
-
args?: PlasmicSlider__ArgsType;
|
|
87
|
+
<T_1 extends {
|
|
88
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
89
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
90
90
|
overrides?: NodeOverridesType<"label"> | undefined;
|
|
91
91
|
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"label">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Label').LabelProps>, keyof PlasmicSlider__ArgsType | ReservedPropsType> & {
|
|
92
|
-
key?: React.Key;
|
|
93
|
-
}>(props:
|
|
94
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
95
|
-
args?: PlasmicSlider__ArgsType;
|
|
92
|
+
key?: React.Key | undefined;
|
|
93
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
94
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
95
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
96
96
|
overrides?: NodeOverridesType<"label"> | undefined;
|
|
97
97
|
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"label">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Label').LabelProps>, keyof PlasmicSlider__ArgsType | ReservedPropsType> & {
|
|
98
|
-
key?: React.Key;
|
|
98
|
+
key?: React.Key | undefined;
|
|
99
99
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
100
100
|
displayName: string;
|
|
101
101
|
};
|
|
102
102
|
ariaSliderOutput: {
|
|
103
|
-
<
|
|
104
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
105
|
-
args?: PlasmicSlider__ArgsType;
|
|
103
|
+
<T_2 extends {
|
|
104
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
105
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
106
106
|
overrides?: NodeOverridesType<"ariaSliderOutput"> | undefined;
|
|
107
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderOutput">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderOutput').BaseSliderOutputProps>, keyof PlasmicSlider__ArgsType |
|
|
108
|
-
key?: React.Key;
|
|
109
|
-
}>(props:
|
|
110
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
111
|
-
args?: PlasmicSlider__ArgsType;
|
|
107
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderOutput">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderOutput').BaseSliderOutputProps>, keyof PlasmicSlider__ArgsType | "ariaSliderOutput" | ReservedPropsType> & {
|
|
108
|
+
key?: React.Key | undefined;
|
|
109
|
+
}>(props: T_2 & StrictProps<T_2, {
|
|
110
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
111
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
112
112
|
overrides?: NodeOverridesType<"ariaSliderOutput"> | undefined;
|
|
113
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderOutput">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderOutput').BaseSliderOutputProps>, keyof PlasmicSlider__ArgsType |
|
|
114
|
-
key?: React.Key;
|
|
113
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderOutput">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderOutput').BaseSliderOutputProps>, keyof PlasmicSlider__ArgsType | "ariaSliderOutput" | ReservedPropsType> & {
|
|
114
|
+
key?: React.Key | undefined;
|
|
115
115
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
116
116
|
displayName: string;
|
|
117
117
|
};
|
|
118
118
|
background: {
|
|
119
|
-
<
|
|
120
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
121
|
-
args?: PlasmicSlider__ArgsType;
|
|
119
|
+
<T_3 extends {
|
|
120
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
121
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
122
122
|
overrides?: NodeOverridesType<"background"> | undefined;
|
|
123
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"background">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "background" | keyof PlasmicSlider__ArgsType |
|
|
124
|
-
key?: React.Key;
|
|
125
|
-
}>(props:
|
|
126
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
127
|
-
args?: PlasmicSlider__ArgsType;
|
|
123
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"background">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "background" | keyof PlasmicSlider__ArgsType | "ariaSliderTrack" | "foreground" | ReservedPropsType> & {
|
|
124
|
+
key?: React.Key | undefined;
|
|
125
|
+
}>(props: T_3 & StrictProps<T_3, {
|
|
126
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
127
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
128
128
|
overrides?: NodeOverridesType<"background"> | undefined;
|
|
129
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"background">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "background" | keyof PlasmicSlider__ArgsType |
|
|
130
|
-
key?: React.Key;
|
|
129
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"background">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "background" | keyof PlasmicSlider__ArgsType | "ariaSliderTrack" | "foreground" | ReservedPropsType> & {
|
|
130
|
+
key?: React.Key | undefined;
|
|
131
131
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
132
132
|
displayName: string;
|
|
133
133
|
};
|
|
134
134
|
ariaSliderTrack: {
|
|
135
|
-
<
|
|
136
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
137
|
-
args?: PlasmicSlider__ArgsType;
|
|
135
|
+
<T_4 extends {
|
|
136
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
137
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
138
138
|
overrides?: NodeOverridesType<"ariaSliderTrack"> | undefined;
|
|
139
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderTrack">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderTrack').BaseSliderTrackProps>, keyof PlasmicSlider__ArgsType |
|
|
140
|
-
key?: React.Key;
|
|
141
|
-
}>(props:
|
|
142
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
143
|
-
args?: PlasmicSlider__ArgsType;
|
|
139
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderTrack">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderTrack').BaseSliderTrackProps>, keyof PlasmicSlider__ArgsType | "ariaSliderTrack" | "foreground" | ReservedPropsType> & {
|
|
140
|
+
key?: React.Key | undefined;
|
|
141
|
+
}>(props: T_4 & StrictProps<T_4, {
|
|
142
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
143
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
144
144
|
overrides?: NodeOverridesType<"ariaSliderTrack"> | undefined;
|
|
145
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderTrack">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderTrack').BaseSliderTrackProps>, keyof PlasmicSlider__ArgsType |
|
|
146
|
-
key?: React.Key;
|
|
145
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"ariaSliderTrack">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderTrack').BaseSliderTrackProps>, keyof PlasmicSlider__ArgsType | "ariaSliderTrack" | "foreground" | ReservedPropsType> & {
|
|
146
|
+
key?: React.Key | undefined;
|
|
147
147
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
148
148
|
displayName: string;
|
|
149
149
|
};
|
|
150
150
|
foreground: {
|
|
151
|
-
<
|
|
152
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
153
|
-
args?: PlasmicSlider__ArgsType;
|
|
151
|
+
<T_5 extends {
|
|
152
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
153
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
154
154
|
overrides?: NodeOverridesType<"foreground"> | undefined;
|
|
155
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"foreground">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSlider__ArgsType |
|
|
156
|
-
key?: React.Key;
|
|
157
|
-
}>(props:
|
|
158
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
159
|
-
args?: PlasmicSlider__ArgsType;
|
|
155
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"foreground">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSlider__ArgsType | "foreground" | ReservedPropsType> & {
|
|
156
|
+
key?: React.Key | undefined;
|
|
157
|
+
}>(props: T_5 & StrictProps<T_5, {
|
|
158
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
159
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
160
160
|
overrides?: NodeOverridesType<"foreground"> | undefined;
|
|
161
|
-
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"foreground">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSlider__ArgsType |
|
|
162
|
-
key?: React.Key;
|
|
161
|
+
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"foreground">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSlider__ArgsType | "foreground" | ReservedPropsType> & {
|
|
162
|
+
key?: React.Key | undefined;
|
|
163
163
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
164
164
|
displayName: string;
|
|
165
165
|
};
|
|
166
166
|
description: {
|
|
167
|
-
<
|
|
168
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
169
|
-
args?: PlasmicSlider__ArgsType;
|
|
167
|
+
<T_6 extends {
|
|
168
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
169
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
170
170
|
overrides?: NodeOverridesType<"description"> | undefined;
|
|
171
171
|
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"description">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Description').DescriptionProps>, "description" | keyof PlasmicSlider__ArgsType | ReservedPropsType> & {
|
|
172
|
-
key?: React.Key;
|
|
173
|
-
}>(props:
|
|
174
|
-
variants?: PlasmicSlider__VariantsArgs;
|
|
175
|
-
args?: PlasmicSlider__ArgsType;
|
|
172
|
+
key?: React.Key | undefined;
|
|
173
|
+
}>(props: T_6 & StrictProps<T_6, {
|
|
174
|
+
variants?: PlasmicSlider__VariantsArgs | undefined;
|
|
175
|
+
args?: PlasmicSlider__ArgsType | undefined;
|
|
176
176
|
overrides?: NodeOverridesType<"description"> | undefined;
|
|
177
177
|
} & Omit<PlasmicSlider__VariantsArgs, ReservedPropsType> & Omit<PlasmicSlider__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"description">, keyof PlasmicSlider__ArgsType | ReservedPropsType> & Omit<Partial<import('../../Description').DescriptionProps>, "description" | keyof PlasmicSlider__ArgsType | ReservedPropsType> & {
|
|
178
|
-
key?: React.Key;
|
|
178
|
+
key?: React.Key | undefined;
|
|
179
179
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
180
180
|
displayName: string;
|
|
181
181
|
};
|
|
@@ -29,17 +29,17 @@ type ReservedPropsType = "variants" | "args" | "overrides";
|
|
|
29
29
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicSliderThumb__OverridesType, DescendantsType<T>>;
|
|
30
30
|
export declare const PlasmicSliderThumb: {
|
|
31
31
|
<T extends {
|
|
32
|
-
variants?: PlasmicSliderThumb__VariantsArgs;
|
|
33
|
-
args?: PlasmicSliderThumb__ArgsType;
|
|
32
|
+
variants?: PlasmicSliderThumb__VariantsArgs | undefined;
|
|
33
|
+
args?: PlasmicSliderThumb__ArgsType | undefined;
|
|
34
34
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
35
35
|
} & Omit<PlasmicSliderThumb__VariantsArgs, ReservedPropsType> & Omit<PlasmicSliderThumb__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSliderThumb__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderThumb').BaseSliderThumbProps>, "root" | keyof PlasmicSliderThumb__ArgsType | ReservedPropsType> & {
|
|
36
|
-
key?: React.Key;
|
|
36
|
+
key?: React.Key | undefined;
|
|
37
37
|
}>(props: T & StrictProps<T, {
|
|
38
|
-
variants?: PlasmicSliderThumb__VariantsArgs;
|
|
39
|
-
args?: PlasmicSliderThumb__ArgsType;
|
|
38
|
+
variants?: PlasmicSliderThumb__VariantsArgs | undefined;
|
|
39
|
+
args?: PlasmicSliderThumb__ArgsType | undefined;
|
|
40
40
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
41
41
|
} & Omit<PlasmicSliderThumb__VariantsArgs, ReservedPropsType> & Omit<PlasmicSliderThumb__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSliderThumb__ArgsType | ReservedPropsType> & Omit<Partial<import('@plasmicpkgs/react-aria/skinny/registerSliderThumb').BaseSliderThumbProps>, "root" | keyof PlasmicSliderThumb__ArgsType | ReservedPropsType> & {
|
|
42
|
-
key?: React.Key;
|
|
42
|
+
key?: React.Key | undefined;
|
|
43
43
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
44
44
|
displayName: string;
|
|
45
45
|
} & {
|
|
@@ -72,65 +72,65 @@ type ReservedPropsType = 'variants' | 'args' | 'overrides';
|
|
|
72
72
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicTextInputFromProPro__OverridesType, DescendantsType<T>>;
|
|
73
73
|
export declare const PlasmicTextInputFromProPro: {
|
|
74
74
|
<T extends {
|
|
75
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
76
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
75
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
76
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
77
77
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
78
78
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "input" | "root" | keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType | "startIconContainer" | "endIconContainer"> & {
|
|
79
|
-
key?: React.Key;
|
|
79
|
+
key?: React.Key | undefined;
|
|
80
80
|
}>(props: T & StrictProps<T, {
|
|
81
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
82
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
81
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
82
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
83
83
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
84
84
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "input" | "root" | keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType | "startIconContainer" | "endIconContainer"> & {
|
|
85
|
-
key?: React.Key;
|
|
85
|
+
key?: React.Key | undefined;
|
|
86
86
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
87
87
|
displayName: string;
|
|
88
88
|
} & {
|
|
89
89
|
startIconContainer: {
|
|
90
|
-
<
|
|
91
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
92
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
90
|
+
<T_1 extends {
|
|
91
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
92
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
93
93
|
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
|
94
94
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType | "startIconContainer"> & {
|
|
95
|
-
key?: React.Key;
|
|
96
|
-
}>(props:
|
|
97
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
98
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
95
|
+
key?: React.Key | undefined;
|
|
96
|
+
}>(props: T_1 & StrictProps<T_1, {
|
|
97
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
98
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
99
99
|
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
|
100
100
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType | "startIconContainer"> & {
|
|
101
|
-
key?: React.Key;
|
|
101
|
+
key?: React.Key | undefined;
|
|
102
102
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
103
103
|
displayName: string;
|
|
104
104
|
};
|
|
105
105
|
input: {
|
|
106
|
-
<
|
|
107
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
108
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
106
|
+
<T_2 extends {
|
|
107
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
108
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
109
109
|
overrides?: NodeOverridesType<"input"> | undefined;
|
|
110
110
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"input">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>, "input" | keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & {
|
|
111
|
-
key?: React.Key;
|
|
112
|
-
}>(props:
|
|
113
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
114
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
111
|
+
key?: React.Key | undefined;
|
|
112
|
+
}>(props: T_2 & StrictProps<T_2, {
|
|
113
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
114
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
115
115
|
overrides?: NodeOverridesType<"input"> | undefined;
|
|
116
116
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"input">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>, "input" | keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & {
|
|
117
|
-
key?: React.Key;
|
|
117
|
+
key?: React.Key | undefined;
|
|
118
118
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
119
119
|
displayName: string;
|
|
120
120
|
};
|
|
121
121
|
endIconContainer: {
|
|
122
|
-
<
|
|
123
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
124
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
122
|
+
<T_3 extends {
|
|
123
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
124
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
125
125
|
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
|
126
126
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType | "endIconContainer"> & {
|
|
127
|
-
key?: React.Key;
|
|
128
|
-
}>(props:
|
|
129
|
-
variants?: PlasmicTextInputFromProPro__VariantsArgs;
|
|
130
|
-
args?: PlasmicTextInputFromProPro__ArgsType;
|
|
127
|
+
key?: React.Key | undefined;
|
|
128
|
+
}>(props: T_3 & StrictProps<T_3, {
|
|
129
|
+
variants?: PlasmicTextInputFromProPro__VariantsArgs | undefined;
|
|
130
|
+
args?: PlasmicTextInputFromProPro__ArgsType | undefined;
|
|
131
131
|
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
|
132
132
|
} & Omit<PlasmicTextInputFromProPro__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInputFromProPro__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicTextInputFromProPro__VariantsArgs | keyof PlasmicTextInputFromProPro__ArgsType | ReservedPropsType | "endIconContainer"> & {
|
|
133
|
-
key?: React.Key;
|
|
133
|
+
key?: React.Key | undefined;
|
|
134
134
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
135
135
|
displayName: string;
|
|
136
136
|
};
|