pennywise-ui 1.0.28 → 1.0.29

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
@@ -145,6 +145,10 @@ export declare interface DatePickerProps {
145
145
  * Вариант работы компонента (single/range).
146
146
  */
147
147
  variant: DatePickerVariant;
148
+ /**
149
+ * Заголовок компонента
150
+ */
151
+ title?: string | null;
148
152
  /**
149
153
  * Начальная выбранная дата.
150
154
  */