UNPKG

@bookbox/core

Version:

Bookbox — e-book format

4 lines (3 loc) 159 B
import { LayoutProps } from "./elements"; import { BookLayoutView } from "./model"; export declare function getLayoutView(props: LayoutProps): BookLayoutView;