UNPKG

@hailer-oy/birds-eye

Version:

This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src

13 lines (12 loc) 393 B
/// <reference types="react" /> import { Node } from "../../types"; declare type Props = { node: Node; }; /** * Used to create a single entry for the table of contents for the function documentation. * * @author Juhana Kuparinen <juhana.kuparinen@kvanttori.fi> */ declare const TableOfContentSection: ({ node }: Props) => JSX.Element; export default TableOfContentSection;