@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.
8 lines (7 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultToastContainerId = exports.defaultModalContainerId = void 0;
const defaultModalContainerId = exports.defaultModalContainerId = "inkline-modal-container";
const defaultToastContainerId = exports.defaultToastContainerId = "inkline-toast-container";