gallery-frontend/src/app/gallery/shared/thumb-label.model.ts
Danyi Dávid 8f98dcb5e1 * deploy added
* semantic-ui removed
* image display reworked
2017-08-12 18:36:49 +02:00

6 lines
124 B
TypeScript

export class ThumbLabel {
public title: string = "";
public extraLeft: string = "";
public extraRight: string = "";
}