primevue
Version:
PrimeVue is a premium UI library for Vue featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, wh
18 lines (15 loc) • 389 B
TypeScript
/**
*
* ScrollAreaScrollbar is the custom scrollbar track for a given orientation.
*
* @module scrollareascrollbarstyle
*
*/
import type { BaseStyle } from '@primevue/core/base/style';
export enum ScrollAreaScrollbarClasses {
/**
* Class name of the root element
*/
root = 'p-scrollarea-scrollbar'
}
export interface ScrollAreaScrollbarStyle extends BaseStyle {}