UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

15 lines (14 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = void 0; var _default = exports.default = { inheritAttrs: false, data() { return { input: '', textarea: '' }; } };