mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10: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> & {
|
type InputProps = InputHTMLAttributes<HTMLInputElement> & {
|
||||||
icon?: ReactNode;
|
icon?: ReactNode;
|
||||||
title?: ReactNode;
|
title?: ReactNode;
|
||||||
title?:ReactNode;
|
type?:ReactNode;
|
||||||
placeholder?:ReactNode
|
placeholder?:ReactNode
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user