UNPKG

vue-lds

Version:

Salesforce's Lightning Design System wrapped in Vue.js.

8 lines (7 loc) 184 B
import { Vue } from 'vue-property-decorator'; export default class extends Vue { label: string | undefined; value: string; state: string | undefined; model: string; }