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">

23 lines (22 loc) • 615 B
import { Vue } from 'vue-property-decorator'; export default class Box extends Vue { private readonly border; private readonly borderRadius; private readonly width; private readonly height; private readonly padding; private readonly backgroundColor; private readonly opacity; private readonly boxShadow; get styles(): { border: string; 'border-radius': string; width: string; height: string; padding: string; 'background-color': string; opacity: string; 'box-shadow': string; 'box-sizing': string; }; }