UNPKG

theme-vir

Version:
4 lines (3 loc) 239 B
import { type BookPage } from 'element-book'; import { type Theme } from '../create-theme/theme.js'; export declare function createThemeBookPages<TagName extends string>(theme: Readonly<Theme<TagName>>): ReadonlyArray<Readonly<BookPage>>;