mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
14 lines
299 B
TypeScript
14 lines
299 B
TypeScript
/**
|
|
*
|
|
* StepperPanel is a helper component for Stepper component.
|
|
*
|
|
* [Live Demo](https://www.primevue.org/stepper/)
|
|
*
|
|
* @module stepperpanelstyle
|
|
*
|
|
*/
|
|
import { BaseStyle } from '../../base/style';
|
|
|
|
export enum StepperPanelClasses {}
|
|
|
|
export interface StepperPanelStyle extends BaseStyle {}
|