UNPKG

@ark-ui/vue

Version:

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

16 lines (12 loc) 311 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const cleanProps = (obj) => { const result = {}; for (const [key, value] of Object.entries(obj)) { if (value !== void 0) { result[key] = value; } } return result; }; exports.cleanProps = cleanProps;