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
|
@ -10,10 +10,25 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum InputNumberClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-inputnumber',
|
||||
/**
|
||||
* Class name of the input element
|
||||
*/
|
||||
pcInput = 'p-inputnumber-input',
|
||||
/**
|
||||
* Class name of the button group element
|
||||
*/
|
||||
buttonGroup = 'p-inputnumber-button-group',
|
||||
/**
|
||||
* Class name of the increment button element
|
||||
*/
|
||||
incrementButton = 'p-inputnumber-increment-button',
|
||||
/**
|
||||
* Class name of the decrement button element
|
||||
*/
|
||||
decrementButton = 'p-inputnumber-decrement-button'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue