Remove wrong ref prop

This commit is contained in:
Chi Vinh Le
2018-07-19 19:48:58 -03:00
parent 05605d6d50
commit 726f2f0d17
4 changed files with 0 additions and 12 deletions
@@ -15,9 +15,6 @@ interface InnerProps {
className?: string;
formatter?: Formatter;
/** Ref to the root element */
ref?: Ref<HTMLDivElement>;
/** Internal: Forwarded Ref */
forwardRef?: Ref<HTMLDivElement>;
}