mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3797 - Use camelcase for pt
This commit is contained in:
parent
ebd8e6283b
commit
afda38b1eb
9 changed files with 30 additions and 30 deletions
|
@ -37,19 +37,19 @@ export interface AccordionTabPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the headeraction's DOM element.
|
||||
*/
|
||||
headeraction?: AccordionTabPassThroughOptionType;
|
||||
headerAction?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the headericon's DOM element.
|
||||
*/
|
||||
headericon?: AccordionTabPassThroughOptionType;
|
||||
headerIcon?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the headertitle's DOM element.
|
||||
*/
|
||||
headertitle?: AccordionTabPassThroughOptionType;
|
||||
headerTitle?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the toggleablecontent's DOM element.
|
||||
*/
|
||||
toggleablecontent?: AccordionTabPassThroughOptionType;
|
||||
toggleableContent?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the content's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue