Preview:```ts
function useTabs<Tabs extends string[]>({
initTab,
tabs,
}: {
initTab: Tabs[number]
tabs: Tabs
}) {}
const x = useTabs({
initTab: "",
tabs: ["security", "appearance", "profile"],
})```
You can choose specific lines to embed by selecting them before copying the link.