import { FloatLabel } from "./floatLabel"; export class TopLabel extends FloatLabel { protected override labelTranslateY() { return "0.5ex"; } }