UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

9 lines (8 loc) 234 B
/// <reference types="react" /> export interface BreadcrumbsProps { className?: string; style?: React.CSSProperties; size?: 'sm' | 'md' | 'lg'; homeLabel?: string; separator?: 'slash' | 'arrow' | 'pipe' | 'dot'; }