diff --git a/components/lib/tabview/tabview.d.ts b/components/lib/tabview/tabview.d.ts index 2e6983c883..a43fcc96e3 100644 --- a/components/lib/tabview/tabview.d.ts +++ b/components/lib/tabview/tabview.d.ts @@ -346,7 +346,7 @@ export interface TabViewPassThroughOptions { /** * Uses to pass attributes to the previous button's DOM element. */ - previousButton?: TabViewPassThroughType>; + prevButton?: TabViewPassThroughType>; /** * Uses to pass attributes to the previous button icon's DOM element. */