UNPKG

explicaboamet

Version:

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

10 lines (9 loc) 157 B
export type Route = { label: string; slug: string[]; path: string; // default to 1 indent?: number; // default to false isHidden?: boolean; };