/**
 *
 * GalleryRotateRight style.
 *
 * @module galleryrotaterightstyle
 *
 */
import type { BaseStyle } from '@primevue/core/base/style';

export enum GalleryRotateRightClasses {
    /**
     * Class name of the root element
     */
    root = 'p-gallery-rotate-right'
}

export interface GalleryRotateRightStyle extends BaseStyle {}
