UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

17 lines (16 loc) 477 B
import { getCurrentInstance as c } from "vue"; function a() { const { proxy: t } = c(); return { clearSelection: () => { const e = t.$refs.radioColumn; e && e.clearSelection && e.clearSelection(); }, toggleRadioSelection: (e) => { var n; const o = t.$refs.radioColumn; o && o.clearSelection && ((n = o.toggleRadioSelection) == null || n.call(o, e)); } }; } export { a as useRadioColumnMethods }; //# sourceMappingURL=useRadioColumnMethods.mjs.map