UNPKG

hexagon-3d-react

Version:

React component wrapper round hexagon-3d service for building css hexagons with high interactivity capabilities.

5 lines (4 loc) 215 B
/// <reference types="react" /> import { IHexagonProps, IHexagonChildrensProps } from 'hexagon-3d'; declare const Hexagon3D: (props: IHexagonProps & IHexagonChildrensProps) => JSX.Element; export default Hexagon3D;