/** * * GalleryRotateLeft style. * * @module galleryrotateleftstyle * */ import type { BaseStyle } from '@primevue/core/base/style'; export enum GalleryRotateLeftClasses { /** * Class name of the root element */ root = 'p-gallery-rotate-left' } export interface GalleryRotateLeftStyle extends BaseStyle {}