UNPKG

explicaboamet

Version:

A Modular, Extensible and Flexible web3 wallet framework for building dApps.

12 lines (10 loc) 163 B
export type TOCItem = { id: string; content: string; indent: number; }; export type TOC = TOCItem[]; export type Docs = { content: string; toc: TOC; };