import { Vue } from 'vue-property-decorator'; import { ColumnConfig } from '@/EtTable/src/types'; export default class extends Vue { row: any; column: ColumnConfig; formattedValue: any; private get rawValue(); private get type(); private click; }