Make corresponding changes in consumers
This commit is contained in:
parent
0faf298e05
commit
86c6ba9dd7
10 changed files with 70 additions and 57 deletions
|
@ -10,7 +10,7 @@ import React from "react";
|
|||
import classnames from "classnames";
|
||||
|
||||
interface IProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
inputRef?: React.RefObject<HTMLInputElement>;
|
||||
inputRef?: (node: HTMLInputElement | null) => void;
|
||||
outlined?: boolean;
|
||||
// If true (default), the children will be contained within a <label> element
|
||||
// If false, they'll be in a div. Putting interactive components that have labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue