type AppColumnDefTemplate<TProps> = string | (props) => any;
Defined in: packages/svelte-table/src/createTableHook.svelte.ts:87
Template type for column definitions that can be a string or a function.
TProps extends object