Skip to content

Commit

Permalink
chore(ui): remove separator prop
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Aug 17, 2024
1 parent a9242f2 commit 718beed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ui/src/breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { Slot } from '@radix-ui/react-slot';
import { cn } from '@kosori/ui';

type BreadcrumbRef = HTMLElement;
type BreadcrumbProps = React.ComponentPropsWithoutRef<'nav'> & {
separator?: React.ReactNode;
};
type BreadcrumbProps = React.ComponentPropsWithoutRef<'nav'>;

/**
* Breadcrumb component that serves as a navigation aid, indicating the current page's location within a hierarchy.
Expand Down

0 comments on commit 718beed

Please sign in to comment.