UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

10 lines (6 loc) 234 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const toBooleanValue = (value) => { return typeof value === "boolean" ? value : value === "true"; }; exports.toBooleanValue = toBooleanValue;