skillgrid 0.0.63 → 0.0.65
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.
|
@@ -3,4 +3,4 @@ import { InputBaseProps } from './InputBase.type';
|
|
|
3
3
|
* Универсальная обертка для полей ввода
|
|
4
4
|
* Предоставляет общую логику: метки, описания, ошибки, секции, состояния
|
|
5
5
|
*/
|
|
6
|
-
export declare const InputBase: import('react').ForwardRefExoticComponent<InputBaseProps & import('react').RefAttributes<
|
|
6
|
+
export declare const InputBase: import('react').ForwardRefExoticComponent<InputBaseProps & import('react').RefAttributes<HTMLInputElement>>;
|
|
@@ -3,4 +3,4 @@ import { TextAreaProps } from './TextArea.type';
|
|
|
3
3
|
* Компонент многострочного текстового поля
|
|
4
4
|
* Восстановленная версия с полной логикой стилей
|
|
5
5
|
*/
|
|
6
|
-
export declare const TextArea: import('react').ForwardRefExoticComponent<TextAreaProps & import('react').RefAttributes<
|
|
6
|
+
export declare const TextArea: import('react').ForwardRefExoticComponent<TextAreaProps & import('react').RefAttributes<HTMLInputElement>>;
|