mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Class .d.ts comments added
This commit is contained in:
parent
9c906b4122
commit
145c91adfb
97 changed files with 4744 additions and 858 deletions
|
@ -10,13 +10,37 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum BreadcrumbClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-breadcrumb',
|
||||
/**
|
||||
* Class name of the list element
|
||||
*/
|
||||
list = 'p-breadcrumb-list',
|
||||
/**
|
||||
* Class name of the home item element
|
||||
*/
|
||||
homeItem = 'p-breadcrumb-home-item',
|
||||
/**
|
||||
* Class name of the separator element
|
||||
*/
|
||||
separator = 'p-breadcrumb-separator',
|
||||
/**
|
||||
* Class name of the item element
|
||||
*/
|
||||
item = 'p-breadcrumb-item',
|
||||
/**
|
||||
* Class name of the item link element
|
||||
*/
|
||||
itemLink = 'p-breadcrumb-item-link',
|
||||
/**
|
||||
* Class name of the item icon element
|
||||
*/
|
||||
itemIcon = 'p-breadcrumb-item-icon',
|
||||
/**
|
||||
* Class name of the item label element
|
||||
*/
|
||||
itemLabel = 'p-breadcrumb-item-label'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue