UNPKG

@gitlab/ui

Version:
12 lines (9 loc) 196 B
import { buttonSizeOptions } from '../../utils/constants'; const ButtonMixin = { computed: { buttonSize() { return buttonSizeOptions[this.size]; } } }; export { ButtonMixin };