mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
Added missing dependency and test updated
This commit is contained in:
@@ -23,7 +23,6 @@ type Placement =
|
||||
|
||||
interface InnerProps {
|
||||
body: (props: RenderProps) => any | React.ReactElement<any>;
|
||||
// body: React.ReactElement<any> | null;
|
||||
children: (props: RenderProps) => any;
|
||||
description?: string;
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user