Implement new button api

This commit is contained in:
Chi Vinh Le
2018-07-19 19:47:01 -03:00
parent d31d8d94e2
commit 05605d6d50
20 changed files with 452 additions and 166 deletions
@@ -27,9 +27,6 @@ interface InnerProps extends ButtonHTMLAttributes<HTMLButtonElement> {
/** This is passed by the `withMouseHover` HOC */
mouseHover?: boolean;
/** ref to the HTMLButtonElement */
ref?: Ref<HTMLButtonElement>;
/** Internal: Forwarded Ref */
forwardRef?: Ref<HTMLButtonElement>;
}