Skip to content

@vtjDocs


@vtj / ui / tabsProps

Variable: tabsProps

const tabsProps: object

Type declaration

align

align: object

align.type

type: PropType<"left" | "center" | "right">

border

border: object

border.type

type: BooleanConstructor

fit

fit: object

fit.type

type: BooleanConstructor

items

items: object

items.type

type: PropType<TabsItem[]>

items.default()

Returns

never[]

Defined in

packages/ui/types/components/tabs/types.d.ts:22

Released under the MIT License.