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).

7 lines (6 loc) 419 B
import { type BookRouter } from '../../../routing/book-router.js'; import { type BookFullRoute } from '../../../routing/book-routing.js'; export declare const BookRouteLink: import("element-vir").DeclarativeElementDefinition<"book-route-link", { route: Partial<BookFullRoute>; router: Readonly<BookRouter> | undefined; }, {}, {}, "book-route-link-", "book-route-link-anchor-padding", readonly [], readonly []>;