@mindly/ui-components 5.75.0 → 5.76.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/dist/index.d.ts
CHANGED
|
@@ -2731,6 +2731,8 @@ type ScreenInputFormFeatureProps = {
|
|
|
2731
2731
|
type?: 'text' | 'email' | 'number';
|
|
2732
2732
|
title?: string;
|
|
2733
2733
|
subtitle?: string;
|
|
2734
|
+
subtitleLink?: string;
|
|
2735
|
+
onSubtitleLinkClick?: () => void;
|
|
2734
2736
|
placeholder?: string;
|
|
2735
2737
|
buttonText?: string;
|
|
2736
2738
|
defaultValue?: string;
|