6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
export class ThumbLabel {
|
|
public title: string = "";
|
|
public extraLeft: string = "";
|
|
public extraRight: string = "";
|
|
}
|