UNPKG

vue-cli-plugin-styleguidist

Version:
15 lines (14 loc) 143 B
/** * @mixin */ module.exports = { props: { /** * Set size of the element */ size: { type: String, default: '14px' } } }