@bookbox/view-html
Version:
Bookbox view for html
5 lines (4 loc) • 321 B
TypeScript
import { BookBuilderParams, BookData, CreateBookParams } from '@bookbox/core';
import { HtmlToken } from './model';
export declare const htmlSynteticElements: BookBuilderParams<HtmlToken>['synteticElements'];
export declare const createHtmlBook: (params_0: Omit<CreateBookParams<string>, "builder">) => BookData<string>;