MapComplete/src/UI/BigComponents/IndexText.ts

12 lines
278 B
TypeScript
Raw Normal View History

2022-09-08 21:40:48 +02:00
import Combine from "../Base/Combine"
import Translations from "../i18n/Translations"
import { FixedUiElement } from "../Base/FixedUiElement"
export default class IndexText extends Combine {
constructor() {
super([])
2022-09-08 21:40:48 +02:00
this.SetClass("flex flex-row")
}
2022-09-08 21:40:48 +02:00
}