@ceed/ads 0.0.177-modalEta → 0.0.177-modalTheta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,7 @@ declare function Dialog(
|
|
|
23
23
|
* NOTE: Modal에는 title prop관련 내용이 없다.
|
|
24
24
|
* @see https://mui.com/joy-ui/api/modal/
|
|
25
25
|
*/
|
|
26
|
-
props: Omit<React.ComponentProps<typeof MotionModal>, "title"> & DialogFrameProps): React.JSX.Element;
|
|
26
|
+
props: Omit<React.ComponentProps<typeof MotionModal>, "title"> & Pick<DialogFrameProps, "title" | "actions" | "fullscreen" | "size">): React.JSX.Element;
|
|
27
27
|
declare namespace Dialog {
|
|
28
28
|
var displayName: string;
|
|
29
29
|
}
|