ksylvest/tights

View on GitHub
src/tabs_list.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { clsx } from "clsx";
import type { ComponentProps, FC } from "react";

export const TabsList: FC<ComponentProps<"ul">> = (props) => <ul {...props} />;