UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

6 lines (5 loc) 217 B
import { NehanElement } from "./public-api"; export declare class CssCascade { static getValue(element: NehanElement, prop: string): string; static getSpecValue(element: NehanElement, prop: string): string; }