kui-basic 1.1.245 → 1.1.247
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/cjs/index.js +4 -4
- package/index.d.ts +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -704,7 +704,7 @@ type TabType = (props: TabProps) => React.ReactElement
|
|
|
704
704
|
|
|
705
705
|
declare const Tab: TabType
|
|
706
706
|
|
|
707
|
-
type TabsIndicatorPositions = "bottom" | "top"
|
|
707
|
+
type TabsIndicatorPositions = "bottom" | "top" | "left" | "right"
|
|
708
708
|
|
|
709
709
|
interface TabsProps
|
|
710
710
|
extends Omit<
|