diff --git a/src/Dialog/Content/index.tsx b/src/Dialog/Content/index.tsx index f078078f..01f4fd3e 100644 --- a/src/Dialog/Content/index.tsx +++ b/src/Dialog/Content/index.tsx @@ -14,12 +14,12 @@ export type ContentProps = { onVisibleChanged: (visible: boolean) => void; onMouseDown: React.MouseEventHandler; onMouseUp: React.MouseEventHandler; -} & IDialogChildProps +} & IDialogChildProps; export type ContentRef = { focus: () => void; changeActive: (next: boolean) => void; -} +}; const Content = React.forwardRef((props, ref) => { const { @@ -141,7 +141,8 @@ const Content = React.forwardRef((props, ref) => { {({ className: motionClassName, style: motionStyle }, motionRef) => (