vue-lds
Version:
Salesforce's Lightning Design System wrapped in Vue.js.
13 lines (12 loc) • 323 B
TypeScript
import { Vue } from 'vue-property-decorator';
export default class extends Vue {
icon: string | undefined;
size: string | undefined;
title: string | undefined;
type: string | undefined;
dropdown: boolean;
disabled: boolean;
down: any;
readonly icon_data: any;
readonly _type: string;
}