Class .d.ts comments added

This commit is contained in:
tugcekucukoglu 2024-05-22 16:52:02 +03:00
parent 9c906b4122
commit 145c91adfb
97 changed files with 4744 additions and 858 deletions

View file

@ -10,9 +10,21 @@
import { BaseStyle } from '../../base/style';
export enum ButtonClasses {
/**
* Class name of the root element
*/
root = 'p-button',
/**
* Class name of the loading icon element
*/
loadingIcon = 'p-button-loading-icon',
/**
* Class name of the icon element
*/
icon = 'p-button-icon',
/**
* Class name of the label element
*/
label = 'p-button-label'
}