UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

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