Type Alias: TabsListProps
TabsListProps =
PropsWithChildren<HTMLAttributes<HTMLDivElement> &Partial<{className:string; }>>
Props accepted by the tabs list wrapper.
TabsListProps =
PropsWithChildren<HTMLAttributes<HTMLDivElement> &Partial<{className:string; }>>
Props accepted by the tabs list wrapper.