@bookbox/view-html
Version:
Bookbox view for html
11 lines (10 loc) • 361 B
TypeScript
import { BookLayoutView, LayoutProps } from "@bookbox/core";
export declare function parseSize(value?: string | number): number;
export declare function getCssSizeStyle(params: {
width: number;
height: number;
}): string;
export declare function getLayoutParams(props: LayoutProps): {
view: BookLayoutView;
position: LayoutProps['position'];
};