@lunalytics/ui
Version:
React based component library created to be used in Lunalytics
7 lines (6 loc) • 340 B
TypeScript
import { TextInputProps } from '../../types/components/input.types';
declare const TextInput: {
({ id, title, error, subtitle, type, iconLeft, iconRight, isRequired, tabIndex, className, containerClassName, ...inputProps }: TextInputProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export default TextInput;