UNPKG

vue-tokens-presenters

Version:

<h1 align="center">Welcome to vue-tokens-presenters 👋</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" /> <a href="https://github.com/11joselu/vue-tokens-presenters#readme" target="_blank">

12 lines (11 loc) • 675 B
export { default as Border } from './Border/Border.vue'; export { default as BorderRadius } from './BorderRadius/BorderRadius.vue'; export { default as Color } from './Color/Color.vue'; export { default as FontSize } from './FontSize/FontSize.vue'; export { default as FontWeight } from './FontWeight/FontWeight.vue'; export { default as Height } from './Height/Height.vue'; export { default as Width } from './Width/Width.vue'; export { default as LineHeight } from './LineHeight/LineHeight.vue'; export { default as Opacity } from './Opacity/Opacity.vue'; export { default as Shadow } from './Shadow/Shadow.vue'; export { default as Spacing } from './Spacing/Spacing.vue';