react-frontend-common-components 0.0.27 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
@@ -238,7 +238,7 @@ interface AppPasswordInputProps {
|
|
238
238
|
declare const AppPasswordInput: ({ label, name, value, dataTestId, id, disabled, handleChange, onClick, defaultValue, onPressEnter, className, errorMessage, isAutoFocus, autoComplete, }: AppPasswordInputProps) => react_jsx_runtime.JSX.Element;
|
239
239
|
|
240
240
|
interface TitleProps {
|
241
|
-
mainText:
|
241
|
+
mainText: React$1.ReactNode;
|
242
242
|
className?: string;
|
243
243
|
subText?: string;
|
244
244
|
level?: 1 | 2 | 3 | 4 | 5;
|