UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

13 lines (9 loc) 435 B
'use strict'; const shared_handleAndDispatchCustomEvent = require('../shared/handleAndDispatchCustomEvent.cjs'); const RADIO_SELECT = "radio.select"; function handleSelect(event, value, callback) { const eventDetail = { originalEvent: event, value }; shared_handleAndDispatchCustomEvent.handleAndDispatchCustomEvent(RADIO_SELECT, callback, eventDetail); } exports.handleSelect = handleSelect; //# sourceMappingURL=utils.cjs.map