Refactor on theming doc section

This commit is contained in:
Mert Sincan 2024-05-13 22:48:50 +01:00
parent 66b9f8b679
commit a82843f1ff
103 changed files with 856 additions and 213 deletions

View file

@ -10,6 +10,9 @@
import { BaseStyle } from '../../base/style';
export enum InputTextClasses {
/**
* The class of input element
*/
root = 'p-inputtext'
}