mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5266
This commit is contained in:
parent
89610aae03
commit
5cc61a351c
82 changed files with 233 additions and 146 deletions
12
components/lib/stepperpanel/StepperPanel.d.ts
vendored
12
components/lib/stepperpanel/StepperPanel.d.ts
vendored
|
@ -184,6 +184,18 @@ export interface StepperPanelSlots {
|
|||
* Style class of the stepperpanel
|
||||
*/
|
||||
class: string;
|
||||
/**
|
||||
* Style class of the stepperpanel
|
||||
*/
|
||||
headerClass: string;
|
||||
/**
|
||||
* Style class of the number content container
|
||||
*/
|
||||
numberClass: string;
|
||||
/**
|
||||
* Style class of the title content container
|
||||
*/
|
||||
titleClass: string;
|
||||
/**
|
||||
* Header click function.
|
||||
* @param {Event} event - Browser event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue