UNPKG

superfuse-wizard

Version:

Interactive smart contract generator based on Superchain 's interoperability standard.

10 lines (7 loc) 193 B
const navOptions = ['tab', 'scroll'] as const; export type NavOptions = typeof navOptions[number]; export interface Link { pathname: string; title: string; navType: NavOptions; }