mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Added style class definitions to *Style.d.ts
This commit is contained in:
parent
290b8e1335
commit
64dca2bdb9
136 changed files with 7542 additions and 1119 deletions
17
components/lib/chip/style/ChipStyle.d.ts
vendored
17
components/lib/chip/style/ChipStyle.d.ts
vendored
|
@ -1,3 +1,20 @@
|
|||
/**
|
||||
*
|
||||
* Chip represents people using icons, labels and images.
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/chip)
|
||||
*
|
||||
* @module chipstyle
|
||||
*
|
||||
*/
|
||||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum ChipClasses {
|
||||
root = 'p-chip',
|
||||
image = 'p-chip-image',
|
||||
icon = 'p-chip-icon',
|
||||
label = 'p-chip-label',
|
||||
removeIcon = 'p-chip-remove-icon'
|
||||
}
|
||||
|
||||
export interface ChipStyle extends BaseStyle {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue