type AppColumnDefTemplate<TProps> = string | (props) => any;
Defined in: packages/vue-table/src/createTableHook.ts:60
TProps extends object