import type { Input as TextboxInput } from "../index.marko";
export type Input = TextboxInput;
