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">
14 lines (13 loc) • 369 B
TypeScript
import { Vue } from 'vue-property-decorator';
export default class TextElement extends Vue {
private readonly isAlternative;
private readonly fontSize;
private readonly fontWeight;
private readonly lineHeight;
get styles(): {
color: string;
'font-size': string;
'font-weight': string;
'line-height': string;
};
}