mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +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
|
@ -1,3 +1,20 @@
|
|||
/**
|
||||
*
|
||||
* InputNumber is an input component to provide numerical input.
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/inputnumber/)
|
||||
*
|
||||
* @module inputnumberstyle
|
||||
*
|
||||
*/
|
||||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum InputNumberClasses {
|
||||
root = 'p-inputnumber',
|
||||
pcInput = 'p-inputnumber-input',
|
||||
buttonGroup = 'p-inputnumber-button-group',
|
||||
incrementButton = 'p-inputnumber-increment-button',
|
||||
decrementButton = 'p-inputnumber-decrement-button'
|
||||
}
|
||||
|
||||
export interface InputNumberStyle extends BaseStyle {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue