Home > widget-integration > PaginationNumberStyleSettings

PaginationNumberStyleSettings type

Signature:

export type PaginationNumberStyleSettings = {
	color?: string;
	colorOnSelected?: string;
	fontFamily?: string;
	fontSize?: string | number;
	fontStyle?: string;
	fontWeight?: string | number;
	shape?: "square" | "circle";
	backgroundColor?: string;
	backgroundColorOnSelected?: string;
};