UNPKG

decap-cms-core

Version:

Decap CMS core application, see decap-cms package for the main distribution.

8 lines (7 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW_STYLE_LIST = exports.VIEW_STYLE_GRID = void 0; const VIEW_STYLE_LIST = exports.VIEW_STYLE_LIST = 'VIEW_STYLE_LIST'; const VIEW_STYLE_GRID = exports.VIEW_STYLE_GRID = 'VIEW_STYLE_GRID';