UNPKG

@vrx-arco/pro-components

Version:

<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>

13 lines (12 loc) 252 B
import { ref } from "vue"; const useEditFormDialog = () => { const formRef = ref(); const open = (value) => { var _a; (_a = formRef.value) == null ? void 0 : _a.open(value); }; return [formRef, open]; }; export { useEditFormDialog };