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
15
components/lib/chip/style/ChipStyle.d.ts
vendored
15
components/lib/chip/style/ChipStyle.d.ts
vendored
|
@ -10,10 +10,25 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum ChipClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-chip',
|
||||
/**
|
||||
* Class name of the image element
|
||||
*/
|
||||
image = 'p-chip-image',
|
||||
/**
|
||||
* Class name of the icon element
|
||||
*/
|
||||
icon = 'p-chip-icon',
|
||||
/**
|
||||
* Class name of the label element
|
||||
*/
|
||||
label = 'p-chip-label',
|
||||
/**
|
||||
* Class name of the remove icon element
|
||||
*/
|
||||
removeIcon = 'p-chip-remove-icon'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue