import RightToolbar from './src/index.vue' export interface columnsType { key?: number label?: string visible?: boolean } export { RightToolbar }