export type KPThumbnailConfig = {
  thumbsSprite: string;
  thumbsWidth: number;
  thumbsSlices: number;
};
