mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
debugged
This commit is contained in:
parent
280ca20306
commit
e85223b288
|
@ -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