MapComplete/src/UI/BigComponents/IndexText.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
278 B
TypeScript
Raw Normal View History

import Combine from "../Base/Combine"
import Translations from "../i18n/Translations"
import { FixedUiElement } from "../Base/FixedUiElement"
export default class IndexText extends Combine {
constructor() {
super([])
2021-01-25 03:12:09 +01:00
this.SetClass("flex flex-row")
}
}