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