UNPKG

gridcellx

Version:

GridCell component for React, written in TypeScript

9 lines (8 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var { GridCell } = require("./lib/GridCell"); var { GRow } = require("./lib/GRow"); var { GCol } = require("./lib/GCol"); exports.GridCell = GridCell; exports.GRow = GRow; exports.GCol = GCol;