import React from "react"; import { Dialog } from "../../"; export default (
{}} isRelative>
1
2
3
4
5
1
2
3
4
5
1
2
3
4
5
1
2
3
4
5
1
2
3
4
5
1
2
3
4
5
1
2
3
4
5
console.log("onClose")} text="Cancel" type="cancel" /> console.log("onSubmit")} text="OK" type="submit" />
);