UNPKG

react-honeycomb

Version:

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

5 lines (4 loc) 231 B
import * as React from "react"; import type { StaticHoneycombProps } from "./types"; declare const Honeycomb: React.ForwardRefExoticComponent<StaticHoneycombProps & React.RefAttributes<HTMLUListElement>>; export default Honeycomb;