mono/packages/ui/dist-lib/components/ui/input.d.ts
babayaga 7f63b07df5 lib
2026-01-20 12:14:45 +01:00

4 lines
245 B
TypeScript

import * as React from "react";
declare const Input: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
export { Input };