fictoan-react
Version:
A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.
8 lines (7 loc) • 434 B
TypeScript
import React from "react";
import { BaseInputComponentWithIconProps } from './constants';
export type InputElementType = HTMLInputElement | HTMLDivElement | HTMLSelectElement | HTMLTextAreaElement;
export declare const BaseInputComponent: <K extends InputElementType>(props: BaseInputComponentWithIconProps<K> & {
ref?: React.LegacyRef<InputElementType>;
}) => React.ReactElement;
//# sourceMappingURL=BaseInputComponent.d.ts.map