UNPKG

gather-content-ui

Version:
34 lines (33 loc) 2.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "FolderRow", { enumerable: true, get: function get() { return _FolderRow.FolderRow; } }); var _FolderRow = require("./FolderRow"); var _FolderRowAction = require("./FolderRowAction"); var _FolderRowActions = require("./FolderRowActions"); var _FolderRowInner = require("./FolderRowInner"); var _FolderRowName = require("./FolderRowName"); var _FolderRowAside = require("./FolderRowAside"); var _FolderRowCell = require("./FolderRowCell"); var _FolderRowContents = require("./FolderRowContents"); // @ts-expect-error TS(2339): Property 'Inner' does not exist on type 'typeof Fo... Remove this comment to see the full error message _FolderRow.FolderRow.Inner = _FolderRowInner.FolderRowInner; // @ts-expect-error TS(2339): Property 'Name' does not exist on type 'typeof Fol... Remove this comment to see the full error message _FolderRow.FolderRow.Name = _FolderRowName.FolderRowName; // @ts-expect-error TS(2339): Property 'Aside' does not exist on type 'typeof Fo... Remove this comment to see the full error message _FolderRow.FolderRow.Aside = _FolderRowAside.FolderRowAside; // @ts-expect-error TS(2339): Property 'Cell' does not exist on type 'typeof Fol... Remove this comment to see the full error message _FolderRow.FolderRow.Cell = _FolderRowCell.FolderRowCell; // @ts-expect-error TS(2339): Property 'Contents' does not exist on type 'typeof... Remove this comment to see the full error message _FolderRow.FolderRow.Contents = _FolderRowContents.FolderRowContents; // @ts-expect-error TS(2339): Property 'Action' does not exist on type 'typeof F... Remove this comment to see the full error message _FolderRow.FolderRow.Action = _FolderRowAction.FolderRowAction; // @ts-expect-error TS(2339): Property 'Actions' does not exist on type 'typeof ... Remove this comment to see the full error message _FolderRow.FolderRow.Actions = _FolderRowActions.FolderRowActions; //# sourceMappingURL=index.js.map