import { DefineComponent } from 'vue' export const MlTable: DefineComponent<{ data?: any[] columns: any[] }>