UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

5 lines (4 loc) 134 B
export default function Input(props: { type?: "text" | "password" | "number"; value?: string | undefined; }): HTMLDivElement;