1
2
3
export let dynamicImportTypeExample = async (col: import("npm:xlsx").ColInfo) => {
col.width; // typed
};