mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 04:19:26 +00:00
chore: cleanup
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { type HTMLAttributes, computed } from "vue";
|
||||
import type { StepperRootEmits, StepperRootProps } from "radix-vue";
|
||||
import { StepperRoot, useForwardPropsEmits } from "radix-vue";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useForwardPropsEmits } from "radix-vue";
|
||||
|
||||
const props = defineProps<
|
||||
StepperRootProps & { class?: HTMLAttributes["class"] }
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { type HTMLAttributes, computed } from "vue";
|
||||
import type { StepperDescriptionProps } from "radix-vue";
|
||||
import { StepperDescription, useForwardProps } from "radix-vue";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useForwardProps } from "radix-vue";
|
||||
|
||||
const props = defineProps<
|
||||
StepperDescriptionProps & { class?: HTMLAttributes["class"] }
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { type HTMLAttributes, computed } from "vue";
|
||||
import type { StepperIndicatorProps } from "radix-vue";
|
||||
import { StepperIndicator, useForwardProps } from "radix-vue";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useForwardProps } from "radix-vue";
|
||||
|
||||
const props = defineProps<
|
||||
StepperIndicatorProps & { class?: HTMLAttributes["class"] }
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { type HTMLAttributes, computed } from "vue";
|
||||
import type { StepperItemProps } from "radix-vue";
|
||||
import { StepperItem, useForwardProps } from "radix-vue";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useForwardProps } from "radix-vue";
|
||||
|
||||
const props = defineProps<
|
||||
StepperItemProps & { class?: HTMLAttributes["class"] }
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { type HTMLAttributes, computed } from "vue";
|
||||
import type { StepperSeparatorProps } from "radix-vue";
|
||||
import { StepperSeparator, useForwardProps } from "radix-vue";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useForwardProps } from "radix-vue";
|
||||
|
||||
const props = defineProps<
|
||||
StepperSeparatorProps & { class?: HTMLAttributes["class"] }
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { type HTMLAttributes, computed } from "vue";
|
||||
import type { StepperTitleProps } from "radix-vue";
|
||||
import { StepperTitle, useForwardProps } from "radix-vue";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useForwardProps } from "radix-vue";
|
||||
|
||||
const props = defineProps<
|
||||
StepperTitleProps & { class?: HTMLAttributes["class"] }
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { type HTMLAttributes, computed } from "vue";
|
||||
import type { StepperTriggerProps } from "radix-vue";
|
||||
import { StepperTrigger, useForwardProps } from "radix-vue";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useForwardProps } from "radix-vue";
|
||||
|
||||
const props = defineProps<
|
||||
StepperTriggerProps & { class?: HTMLAttributes["class"] }
|
||||
|
||||
Reference in New Issue
Block a user