export const VIEW_STYLE_LIST = 'VIEW_STYLE_LIST'; export const VIEW_STYLE_GRID = 'VIEW_STYLE_GRID'; export type ViewStyle = typeof VIEW_STYLE_LIST | typeof VIEW_STYLE_GRID;