UNPKG

react-weekly-schedule

Version:

![Travis (.org)](https://img.shields.io/travis/remotelock/react-week-scheduler.svg) ![npm](https://img.shields.io/npm/v/@remotelock/react-week-scheduler.svg)

8 lines 300 B
import { Grid } from '../types'; export declare const createGrid: ({ totalHeight, totalWidth, numVerticalCells, numHorizontalCells, }: { totalHeight: number; totalWidth: number; numVerticalCells: number; numHorizontalCells: number; }) => Grid; //# sourceMappingURL=createGrid.d.ts.map