export const VIEW_STYLE_TABLE = 'table'; export const VIEW_STYLE_GRID = 'grid'; export type ViewStyle = typeof VIEW_STYLE_TABLE | typeof VIEW_STYLE_GRID;