mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
Merge pull request #2 from cssgunc/mel-GEN-14-code-architecture-setup
Removed the bug in Input.tsx
This commit is contained in:
commit
6d83ed57b9
|
@ -3,7 +3,7 @@ import React, { FunctionComponent, InputHTMLAttributes, ReactNode } from 'react'
|
|||
type InputProps = InputHTMLAttributes<HTMLInputElement> & {
|
||||
icon?: ReactNode;
|
||||
title?: ReactNode;
|
||||
title?:ReactNode;
|
||||
type?:ReactNode;
|
||||
placeholder?:ReactNode
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user