15 lines
299 B
TypeScript
15 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 {}
|