feat: finish my pages overview page according to wireframe
This commit is contained in:
7
components/TempDesignSystem/Divider/divider.ts
Normal file
7
components/TempDesignSystem/Divider/divider.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { dividerVariants } from "./variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface DividerProps
|
||||
extends React.HTMLAttributes<HTMLDivElement>,
|
||||
VariantProps<typeof dividerVariants> {}
|
||||
Reference in New Issue
Block a user