mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 01:10:40 +01:00
chore(components): improve JSDoc
This commit is contained in:
@@ -20,6 +20,10 @@ export interface BreadcrumbItem extends Omit<LinkProps, 'custom'> {
|
||||
|
||||
export interface BreadcrumbProps<T> extends Omit<PrimitiveProps, 'asChild'> {
|
||||
items?: T[]
|
||||
/**
|
||||
* The icon to use as a separator.
|
||||
* @defaultValue `appConfig.ui.icons.chevronRight`
|
||||
*/
|
||||
separatorIcon?: string
|
||||
class?: any
|
||||
ui?: Partial<typeof breadcrumb.slots>
|
||||
|
||||
Reference in New Issue
Block a user