diff --git a/api/@internal/component/ets/tabs.d.ts b/api/@internal/component/ets/tabs.d.ts index 40592d04d25c783db7f886a27fdc333af88c606a..90c040a81659666d600ee67dcd86bfe9d1f91891 100644 --- a/api/@internal/component/ets/tabs.d.ts +++ b/api/@internal/component/ets/tabs.d.ts @@ -122,13 +122,13 @@ declare class TabsAttribute extends CommonMethod { * Called when the width of the bar graph is set. * @since 7 */ - barWidth(value: number): TabsAttribute; + barWidth(value: Length): TabsAttribute; /** * Called when the height of the bar graph is set. * @since 7 */ - barHeight(value: number): TabsAttribute; + barHeight(value: Length): TabsAttribute; /** * Called when the animation duration of the bar graph is set.