UNPKG

element-book

Version:

An [`element-vir`](https://npmjs.com/package/element-vir) drop-in element for building, testing, and demonstrating a collection of elements (or, in other words, a design system).

5 lines (4 loc) 284 B
import { SpaRouter } from 'spa-router-vir'; import { type ValidBookPaths } from './book-routing.js'; export declare function createBookRouter(basePath: string | undefined): SpaRouter<ValidBookPaths, undefined, undefined>; export type BookRouter = ReturnType<typeof createBookRouter>;