/** Display mode for list-style views (table, grid, or default). */ export type ListMode = 'table' | 'grid' | 'default'; //# sourceMappingURL=ListMode.d.ts.map