UNPKG

react-honeycomb

Version:

A library for displaying lists as honeycombs with hexagonal cells in React applications

5 lines (4 loc) 167 B
import * as React from "react"; import { HoneycombCellProps } from "./types"; declare const HoneycombCell: React.FC<HoneycombCellProps>; export default HoneycombCell;