@clayui/tabs 3.128.0 → 3.129.0

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  import { InternalDispatch } from '@clayui/shared';
6
6
  import React from 'react';
7
7
  export declare type DisplayType = null | 'basic' | 'underline';
8
- interface IProps extends React.HTMLAttributes<HTMLUListElement> {
8
+ export interface IProps extends React.HTMLAttributes<HTMLUListElement> {
9
9
  /**
10
10
  * Flag to indicate the navigation behavior in the tab.
11
11
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clayui/tabs",
3
- "version": "3.128.0",
3
+ "version": "3.129.0",
4
4
  "description": "ClayTabs component",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": "https://github.com/liferay/clay",
@@ -36,5 +36,5 @@
36
36
  "browserslist": [
37
37
  "extends browserslist-config-clay"
38
38
  ],
39
- "gitHead": "98d935035547358645741cbc137cae53a596f568"
39
+ "gitHead": "43ad7254ad7d7d803010eb4c592537a620aa0240"
40
40
  }