mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed typo
This commit is contained in:
parent
6594502d78
commit
56e3f23eb3
184 changed files with 2347 additions and 2347 deletions
20
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
20
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
|
@ -29,39 +29,39 @@ export interface BreadcrumbPassThroughMethodOptions {
|
|||
*/
|
||||
export interface BreadcrumbPassThroughOptions {
|
||||
/**
|
||||
* Uses to pass attributes to the root's DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the list's DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
menu?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the list item's DOM element.
|
||||
* Used to pass attributes to the list item's DOM element.
|
||||
*/
|
||||
menuitem?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the action's DOM element.
|
||||
* Used to pass attributes to the action's DOM element.
|
||||
*/
|
||||
action?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the icon's DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the label's DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the separator's DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the separator icon's DOM element.
|
||||
* Used to pass attributes to the separator icon's DOM element.
|
||||
*/
|
||||
separatorIcon?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Uses to manage all lifecycle hooks
|
||||
* Used to manage all lifecycle hooks
|
||||
* @see {@link BaseComponent.ComponentHooks}
|
||||
*/
|
||||
hooks?: ComponentHooks;
|
||||
|
@ -114,7 +114,7 @@ export interface BreadcrumbProps {
|
|||
*/
|
||||
'aria-labelledby'?: string | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* Used to pass attributes to DOM elements inside the component.
|
||||
* @type {BreadcrumbPassThroughOptions}
|
||||
*/
|
||||
pt?: BreadcrumbPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue