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

4 lines (3 loc) 211 B
import { BookEntryType } from './book-entry-type.js'; import { type BookEntry } from './book-entry.js'; export declare const bookEntryVerifiers: { [EntryType in BookEntryType]: (entry: BookEntry) => Error[]; };