export type TableLayout = "auto" | "fixed";

export type TableSelectionDisplay = "top" | "none";

export type TableInteractionMode = "interactive" | "static";