mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +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,10 +10,25 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum ConfirmDialogClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-confirmdialog',
|
||||
/**
|
||||
* Class name of the icon element
|
||||
*/
|
||||
icon = 'p-confirmdialog-icon',
|
||||
/**
|
||||
* Class name of the message element
|
||||
*/
|
||||
message = 'p-confirmdialog-message',
|
||||
/**
|
||||
* Class name of the reject button element
|
||||
*/
|
||||
pcRejectButton = 'p-confirmdialog-reject-button',
|
||||
/**
|
||||
* Class name of the accept button element
|
||||
*/
|
||||
pcAcceptButton = 'p-confirmdialog-accept-button'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue