chore: Moved Breadcrumbs to design system and added stories
Approved-by: Bianca Widstam
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
import type { arrowVariants } from "./variants"
|
||||
|
||||
export interface ArrowProps
|
||||
extends
|
||||
Omit<React.HTMLAttributes<HTMLDivElement>, "color">,
|
||||
VariantProps<typeof arrowVariants> {}
|
||||
Reference in New Issue
Block a user