UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

10 lines (9 loc) 512 B
import { LogicalEdgeSize, CssText, PropValue, NehanElement, ILogicalCssEvaluator, NativeStyleMap } from "./public-api"; export declare class LogicalPadding extends LogicalEdgeSize { static parseShorthand(css_text: CssText): PropValue<string, string>[]; static load(element: NehanElement): LogicalPadding; static get none(): LogicalPadding; clone(): LogicalPadding; getPropByLogicalDirection(direction: string): string; acceptCssEvaluator(visitor: ILogicalCssEvaluator): NativeStyleMap; }