UNPKG

digivue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

16 lines (13 loc) 258 B
/** * * @module loadingstyle * */ import type { BaseStyle } from '@digivue/core/base/style'; export enum LoadingClasses { /** * Class name of the root element */ root = 'p-loading' } export interface LoadingStyle extends BaseStyle {}