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) 288 B
import { BookEntryType } from './book-entry-type.js'; import { type BookEntry } from './book-entry.js'; export declare function getPageTitleError(title: string): Error | undefined; export declare const bookEntryVerifiers: { [EntryType in BookEntryType]: (entry: BookEntry) => Error[]; };