UNPKG

@real-system/input

Version:
5 lines 269 B
import React from 'react'; import type { InputProps } from './Input.model'; declare const InputElement: React.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React.RefAttributes<HTMLInputElement>>; export { InputElement }; //# sourceMappingURL=InputElement.d.ts.map