import { Layout } from "./layout"; import { FixedLabel } from "./fixedLabel"; export class LayoutFixed extends Layout { protected override readonly layout = FixedLabel; }