mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
Remove wrong ref prop
This commit is contained in:
@@ -15,9 +15,6 @@ interface InnerProps {
|
||||
className?: string;
|
||||
formatter?: Formatter;
|
||||
|
||||
/** Ref to the root element */
|
||||
ref?: Ref<HTMLDivElement>;
|
||||
|
||||
/** Internal: Forwarded Ref */
|
||||
forwardRef?: Ref<HTMLDivElement>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user