export enum ThumbnailsPosition {
	OFF = 'off',
	LEFT = 'left',
	BOTTOM = 'bottom',
	RIGHT = 'right',
}
