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) 340 B
import { type HTMLTemplateResult } from 'element-vir'; export declare const BookEntryDescription: import("element-vir").DeclarativeElementDefinition<"book-entry-description", { descriptionParagraphs: ReadonlyArray<string | HTMLTemplateResult>; }, {}, {}, "book-entry-description-", "book-entry-description-", readonly [], readonly []>;