UNPKG

@postenbring/hedwig-react

Version:

React components for [Hedwig Design System](https://github.com/bring/hedwig-design-system).

5 lines 373 B
import type { InputHTMLAttributes } from "react"; import type { InputGroupProps } from "../input-group"; export type InputProps = Omit<InputGroupProps & InputHTMLAttributes<HTMLInputElement>, "children">; export declare const Input: import("react").ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>; //# sourceMappingURL=input.d.ts.map