/** * Options specific to creating an anchor ("") element. */ interface ICreateElementAnchorOptions { href?: string; target?: string; text?: string; } /** * Options specific to creating an input ("") element. */ interface ICreateElementInputOptions { checked?: boolean; max?: string; maxLength?: number; min?: string; name?: string; pattern?: string; placeholder?: string; step?: string; type?: string; value?: string; } /** * Options specific to creating a label ("