claude-web/node_modules/primevue/tabpanel/style/index.d.ts

20 lines
370 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
/**
*
* TabPanel is a helper component for Tabs component.
*
* [Live Demo](https://www.primevue.org/tabs/)
*
* @module tabpanelstyle
*
*/
import type { BaseStyle } from '@primevue/core/base/style';
export enum TabPanelClasses {
/**
* Class name of the root element
*/
root = 'p-tabpanel'
}
export interface TabPanelStyle extends BaseStyle {}