/** * Breadcrumb Documentation Sample Props */ import type { SampleProps } from '@idealyst/tooling'; export const sampleProps: SampleProps = { props: { items: [ { label: 'Home' }, { label: 'Products' }, { label: 'Current Page' }, ], }, };