mono/packages/ecommerce/dist-lib/components/ui/input.d.ts
2026-02-18 14:23:49 +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 };