UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

10 lines (8 loc) 209 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ export { default as Icon } from './icon' export { default as IconLink } from './icon-link' export { default as IconButton } from './icon-button'