UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

11 lines 240 B
import { defineComponent } from 'vue'; /** * Slot for default media content * @name default * @kind slot */ const componentName = 'IMedia'; export default defineComponent({ name: componentName }); //# sourceMappingURL=script.mjs.map