fui-material 2.1.1 → 2.1.2
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.
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Интерфейс пропсов для компонента FTab.
|
|
3
|
+
*
|
|
4
|
+
* @interface IFButton
|
|
5
|
+
* @extends {React.ButtonHTMLAttributes<HTMLButtonElement>}
|
|
3
6
|
*/
|
|
4
|
-
export interface IFTab {
|
|
7
|
+
export interface IFTab extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
5
8
|
/**
|
|
6
9
|
* Контент вкладки — может быть текстом, иконкой или JSX.
|
|
7
10
|
*/
|