import { FileInput } from "./fileInput"; export class FileButtonInput extends FileInput { protected override readonly showLabel = false; }