UNPKG

vue-lds

Version:

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

9 lines (8 loc) 220 B
import { Vue } from 'vue-property-decorator'; export default class extends Vue { type: string | undefined; icon: string | undefined; rightIcon: boolean; disabled: boolean; readonly icon_data: any; }