@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.
7 lines (6 loc) • 664 B
JavaScript
export { default as IAlertBasicExample } from "@inkline/inkline/components/IAlert/examples/basic.vue";
export { default as IAlertColorVariantsExample } from "@inkline/inkline/components/IAlert/examples/color-variants.vue";
export { default as IAlertDismissibleExample } from "@inkline/inkline/components/IAlert/examples/dismissible.vue";
export { default as IAlertContentExample } from "@inkline/inkline/components/IAlert/examples/content.vue";
export { default as IAlertIconExample } from "@inkline/inkline/components/IAlert/examples/icon.vue";
export { default as IAlertSizeVariantsExample } from "@inkline/inkline/components/IAlert/examples/size-variants.vue";