UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

5 lines (4 loc) 256 B
import { Bounds } from '../css/layout/bounds'; import { ElementContainer } from '../dom/element-container'; export declare const paddingBox: (element: ElementContainer) => Bounds; export declare const contentBox: (element: ElementContainer) => Bounds;