interface TextInput implements Componentimport { type TextInput } from "https://deno.land/x/higa@0.1.2/mod.ts"; Propertiestype: ComponentType.TEXT_INPUTcustom_id: stringstyle: TextInputStylelabel: stringoptionalmin_length: numberoptionalmax_length: numberoptionalrequired: booleanoptionalvalue: stringoptionalplaceholder: string