mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
File name fixes
This commit is contained in:
parent
a654e54e27
commit
c89f80cfd2
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum IconFieldClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-iconfield'
|
||||
}
|
||||
|
|
@ -10,6 +10,9 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum OverlayBadgeClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-overlaybadge'
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue