"What else? Cells? We are columns"
D. Viesas, 1964
__propDef: {
props: {
[x: string]: any;
columnId?: string | undefined;
class?: string | undefined;
element?: HTMLDivElement | null | undefined;
};
events: {
[evt: string]: CustomEvent<any>;
};
slots: {
topSlot: {};
default: {};
bottomSLot: {};
};
};